Color Hex Logo

#586abb Color Hex

#586ABB
(88,106,187)
0 Favorites   0 Comments

Color spaces of #586abb

RGB 88106187
HSL0.640.420.54
HSV229°53°73°
CMYK 0.530.430.00   0.27
XYZ18.148215.970649.1398
Yxy15.97060.21800.1918
Hunter Lab39.963211.1252-44.9302
CIE-Lab46.935916.6423-44.9001

#586abb color RGB value is (88,106,187).

#586abb hex color red value is 88, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #586abb hue: 0.64 , saturation: 0.42 and the lightness value of 586abb is 0.54.

The process color (four color CMYK) of #586abb color hex is 0.53, 0.43, 0.00, 0.27. Web safe color of #586abb is #6666cc. Color #586abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01101010 10111011
Octal 130 152 273
Decimal 88 106 187
Hex 58 6A BB

RGB Percentages of Color #586abb

%23.10
%27.82
%49.08

CMYK Percentages of Color #586abb

%53
%43
%0
%27

Triadic Colors of #586abb

#586abb #bb586a #6abb58

Analogous Colors of #586abb

#586abb #7858bb #589cbb

Monochromatic Colors of #586abb

#586abb

Complementary Color

#586abb #bba958

#586abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#586abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#586abb Color CSS Codes

.mybgcolor {background-color:#586abb; } 
.myforecolor {color:#586abb; }
.mybordercolor {border:3px solid #586abb; }

#586abb Text Font Color

<p style="color:#586abb">Text here</p>

This sample text font color is #586abb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#586abb Background Color

<div style="background-color:#586abb">
Div content here</div>

This div background color is #586abb


#586abb Border Color

<div style="border:3px solid #586abb">
Div here</div>

This div border color is #586abb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,106,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #586abb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #586abb;
  -webkit-box-shadow: 1px 1px 3px 2px #586abb;
  box-shadow:         1px 1px 3px 2px #586abb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,106,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #586abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #586abb;
  -webkit-box-shadow: 1px 1px 3px 2px #586abb;
  box-shadow:         1px 1px 3px 2px #586abb;">
Div content here</div>

This div box has shadow with color #586abb


Comments

No comments written yet.

Please login to write comment.