Color Hex Logo

#5970fc Color Hex

#5970FC
(89,112,252)
0 Favorites   0 Comments

Color spaces of #5970fc

RGB 89112252
HSL0.640.960.67
HSV232°65°99°
CMYK 0.650.560.00   0.01
XYZ27.484720.740594.6502
Yxy20.74050.19240.1452
Hunter Lab45.541728.0277-91.3442
CIE-Lab52.664334.6722-72.4889

#5970fc color RGB value is (89,112,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01110000 11111100
Octal 131 160 374
Decimal 89 112 252
Hex 59 70 FC

RGB Percentages of Color #5970fc

%19.65
%24.72
%55.63

CMYK Percentages of Color #5970fc

%65
%56
%0
%1

Triadic Colors of #5970fc

#5970fc #fc5970 #70fc59

Analogous Colors of #5970fc

#5970fc #9459fc #59c2fc

Monochromatic Colors of #5970fc

#5970fc

Complementary Color

#5970fc #fce559

#5970fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5970fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5970fc Color CSS Codes

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

#5970fc Text Font Color

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

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


#5970fc Background Color

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

This div background color is #5970fc


#5970fc Border Color

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

This div border color is #5970fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5970fc

Related Colors


Comments

No comments written yet.

Please login to write comment.