Color Hex Logo

#587bbd Color Hex

#587BBD
(88,123,189)
0 Favorites   0 Comments

Color spaces of #587bbd

RGB 88123189
HSL0.610.430.54
HSV219°53°74°
CMYK 0.530.350.00   0.26
XYZ20.292819.914750.9185
Yxy19.91470.22270.2185
Hunter Lab44.62593.0743-36.4122
CIE-Lab51.74066.8539-38.4452

#587bbd color RGB value is (88,123,189).

#587bbd hex color red value is 88, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #587bbd hue: 0.61 , saturation: 0.43 and the lightness value of 587bbd is 0.54.

The process color (four color CMYK) of #587bbd color hex is 0.53, 0.35, 0.00, 0.26. Web safe color of #587bbd is #6666cc. Color #587bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01111011 10111101
Octal 130 173 275
Decimal 88 123 189
Hex 58 7B BD

RGB Percentages of Color #587bbd

%22.00
%30.75
%47.25

CMYK Percentages of Color #587bbd

%53
%35
%0
%26

Triadic Colors of #587bbd

#587bbd #bd587b #7bbd58

Analogous Colors of #587bbd

#587bbd #6858bd #58aebd

Monochromatic Colors of #587bbd

#587bbd

Complementary Color

#587bbd #bd9a58

#587bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#587bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#587bbd Color CSS Codes

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

#587bbd Text Font Color

<p style="color:#587bbd">Text here</p>

This sample text font color is #587bbd
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.


#587bbd Background Color

<div style="background-color:#587bbd">
Div content here</div>

This div background color is #587bbd


#587bbd Border Color

<div style="border:3px solid #587bbd">
Div here</div>

This div border color is #587bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,123,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #587bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #587bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #587bbd;
  box-shadow:         1px 1px 3px 2px #587bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #587bbd


Comments

No comments written yet.

Please login to write comment.