Color Hex Logo

#5987de Color Hex

#5987DE
(89,135,222)
0 Favorites   0 Comments

Color spaces of #5987de

RGB 89135222
HSL0.610.670.61
HSV219°60°87°
CMYK 0.600.390.00   0.13
XYZ25.968624.725772.5111
Yxy24.72570.21080.2007
Hunter Lab49.72496.2021-51.6518
CIE-Lab56.807210.6202-49.1242

#5987de color RGB value is (89,135,222).

#5987de hex color red value is 89, green value is 135 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5987de hue: 0.61 , saturation: 0.67 and the lightness value of 5987de is 0.61.

The process color (four color CMYK) of #5987de color hex is 0.60, 0.39, 0.00, 0.13. Web safe color of #5987de is #6699cc. Color #5987de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000111 11011110
Octal 131 207 336
Decimal 89 135 222
Hex 59 87 DE

RGB Percentages of Color #5987de

%19.96
%30.27
%49.78

CMYK Percentages of Color #5987de

%60
%39
%0
%13

Triadic Colors of #5987de

#5987de #de5987 #87de59

Analogous Colors of #5987de

#5987de #6e59de #59cade

Monochromatic Colors of #5987de

#5987de

Complementary Color

#5987de #deb059

#5987de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5987de Color Preview on White Background

Lorem ipsum dolor sit amet.

#5987de Color CSS Codes

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

#5987de Text Font Color

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

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


#5987de Background Color

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

This div background color is #5987de


#5987de Border Color

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

This div border color is #5987de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5987de


Comments

No comments written yet.

Please login to write comment.