Color Hex Logo

#5970fe Color Hex

#5970FE
(89,112,254)
0 Favorites   0 Comments

Color spaces of #5970fe

RGB 89112254
HSL0.640.990.67
HSV232°65°100°
CMYK 0.650.560.00   0.00
XYZ27.803420.867996.3284
Yxy20.86790.19170.1439
Hunter Lab45.681428.6993-93.0479
CIE-Lab52.804635.3405-73.3685

#5970fe color RGB value is (89,112,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110000 11111110
Octal 131 160 376
Decimal 89 112 254
Hex 59 70 FE

RGB Percentages of Color #5970fe

%19.56
%24.62
%55.82

CMYK Percentages of Color #5970fe

%65
%56
%0
%0

Triadic Colors of #5970fe

#5970fe #fe5970 #70fe59

Analogous Colors of #5970fe

#5970fe #9559fe #59c3fe

Monochromatic Colors of #5970fe

#5970fe

Complementary Color

#5970fe #fee759

#5970fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5970fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5970fe Color CSS Codes

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

#5970fe Text Font Color

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

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


#5970fe Background Color

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

This div background color is #5970fe


#5970fe Border Color

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

This div border color is #5970fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5970fe

Related Colors


Comments

No comments written yet.

Please login to write comment.