Color Hex Logo

#5978fe Color Hex

#5978FE
(89,120,254)
0 Favorites   0 Comments

Color spaces of #5978fe

RGB 89120254
HSL0.640.990.67
HSV229°65°100°
CMYK 0.650.530.00   0.00
XYZ28.725722.712596.6359
Yxy22.71250.19400.1534
Hunter Lab47.657624.1902-86.8626
CIE-Lab54.775030.4779-70.1754

#5978fe color RGB value is (89,120,254).

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

The process color (four color CMYK) of #5978fe color hex is 0.65, 0.53, 0.00, 0.00. Web safe color of #5978fe is #6666ff. Color #5978fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01111000 11111110
Octal 131 170 376
Decimal 89 120 254
Hex 59 78 FE

RGB Percentages of Color #5978fe

%19.22
%25.92
%54.86

CMYK Percentages of Color #5978fe

%65
%53
%0
%0

Triadic Colors of #5978fe

#5978fe #fe5978 #78fe59

Analogous Colors of #5978fe

#5978fe #8d59fe #59cbfe

Monochromatic Colors of #5978fe

#5978fe

Complementary Color

#5978fe #fedf59

#5978fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5978fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5978fe Color CSS Codes

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

#5978fe Text Font Color

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

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


#5978fe Background Color

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

This div background color is #5978fe


#5978fe Border Color

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

This div border color is #5978fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5978fe


Comments

No comments written yet.

Please login to write comment.