Color Hex Logo

#5987cf Color Hex

#5987CF
(89,135,207)
0 Favorites   0 Comments

Color spaces of #5987cf

RGB 89135207
HSL0.600.550.58
HSV217°57°81°
CMYK 0.570.350.00   0.19
XYZ24.046323.956862.3882
Yxy23.95680.21780.2170
Hunter Lab48.94572.0395-41.3115
CIE-Lab56.04455.6959-41.9011

#5987cf color RGB value is (89,135,207).

#5987cf hex color red value is 89, green value is 135 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #5987cf hue: 0.60 , saturation: 0.55 and the lightness value of 5987cf is 0.58.

The process color (four color CMYK) of #5987cf color hex is 0.57, 0.35, 0.00, 0.19. Web safe color of #5987cf is #6699cc. Color #5987cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000111 11001111
Octal 131 207 317
Decimal 89 135 207
Hex 59 87 CF

RGB Percentages of Color #5987cf

%20.65
%31.32
%48.03

CMYK Percentages of Color #5987cf

%57
%35
%0
%19

Triadic Colors of #5987cf

#5987cf #cf5987 #87cf59

Analogous Colors of #5987cf

#5987cf #6659cf #59c2cf

Monochromatic Colors of #5987cf

#5987cf

Complementary Color

#5987cf #cfa159

#5987cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5987cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5987cf Color CSS Codes

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

#5987cf Text Font Color

<p style="color:#5987cf">Text here</p>

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


#5987cf Background Color

<div style="background-color:#5987cf">
Div content here</div>

This div background color is #5987cf


#5987cf Border Color

<div style="border:3px solid #5987cf">
Div here</div>

This div border color is #5987cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,135,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5987cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5987cf;
  -webkit-box-shadow: 1px 1px 3px 2px #5987cf;
  box-shadow:         1px 1px 3px 2px #5987cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,135,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5987cf


Comments

No comments written yet.

Please login to write comment.