Color Hex Logo

#5980fe Color Hex

#5980FE
(89,128,254)
0 Favorites   0 Comments

Color spaces of #5980fe

RGB 89128254
HSL0.630.990.67
HSV226°65°100°
CMYK 0.650.500.00   0.00
XYZ29.728424.717996.9701
Yxy24.71790.19630.1632
Hunter Lab49.717119.7294-80.8395
CIE-Lab56.799525.6110-66.9061

#5980fe color RGB value is (89,128,254).

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

The process color (four color CMYK) of #5980fe color hex is 0.65, 0.50, 0.00, 0.00. Web safe color of #5980fe is #6699ff. Color #5980fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10000000 11111110
Octal 131 200 376
Decimal 89 128 254
Hex 59 80 FE

RGB Percentages of Color #5980fe

%18.90
%27.18
%53.93

CMYK Percentages of Color #5980fe

%65
%50
%0
%0

Triadic Colors of #5980fe

#5980fe #fe5980 #80fe59

Analogous Colors of #5980fe

#5980fe #8559fe #59d3fe

Monochromatic Colors of #5980fe

#5980fe

Complementary Color

#5980fe #fed759

#5980fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5980fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5980fe Color CSS Codes

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

#5980fe Text Font Color

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

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


#5980fe Background Color

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

This div background color is #5980fe


#5980fe Border Color

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

This div border color is #5980fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,128,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 #5980fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5980fe


Comments

No comments written yet.

Please login to write comment.