Color Hex Logo

#5978ed Color Hex

#5978ED
(89,120,237)
0 Favorites   0 Comments

Color spaces of #5978ed

RGB 89120237
HSL0.630.800.64
HSV227°62°93°
CMYK 0.620.490.00   0.07
XYZ26.122421.671282.9269
Yxy21.67120.19980.1658
Hunter Lab46.552318.6970-73.0307
CIE-Lab53.676424.7542-62.5136

#5978ed color RGB value is (89,120,237).

#5978ed hex color red value is 89, green value is 120 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5978ed hue: 0.63 , saturation: 0.80 and the lightness value of 5978ed is 0.64.

The process color (four color CMYK) of #5978ed color hex is 0.62, 0.49, 0.00, 0.07. Web safe color of #5978ed is #6666ff. Color #5978ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111000 11101101
Octal 131 170 355
Decimal 89 120 237
Hex 59 78 ED

RGB Percentages of Color #5978ed

%19.96
%26.91
%53.14

CMYK Percentages of Color #5978ed

%62
%49
%0
%7

Triadic Colors of #5978ed

#5978ed #ed5978 #78ed59

Analogous Colors of #5978ed

#5978ed #8459ed #59c2ed

Monochromatic Colors of #5978ed

#5978ed

Complementary Color

#5978ed #edce59

#5978ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5978ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5978ed Color CSS Codes

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

#5978ed Text Font Color

<p style="color:#5978ed">Text here</p>

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


#5978ed Background Color

<div style="background-color:#5978ed">
Div content here</div>

This div background color is #5978ed


#5978ed Border Color

<div style="border:3px solid #5978ed">
Div here</div>

This div border color is #5978ed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,120,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5978ed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5978ed;
  -webkit-box-shadow: 1px 1px 3px 2px #5978ed;
  box-shadow:         1px 1px 3px 2px #5978ed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5978ed


Comments

No comments written yet.

Please login to write comment.