Color Hex Logo

#3970fc Color Hex

#3970FC
(57,112,252)
0 Favorites   0 Comments

Color spaces of #3970fc

RGB 57112252
HSL0.620.970.61
HSV223°77°99°
CMYK 0.770.560.00   0.01
XYZ25.052219.486594.5363
Yxy19.48650.18010.1401
Hunter Lab44.143524.0506-96.0731
CIE-Lab51.251630.7044-74.8480

#3970fc color RGB value is (57,112,252).

#3970fc hex color red value is 57, green value is 112 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3970fc hue: 0.62 , saturation: 0.97 and the lightness value of 3970fc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110000 11111100
Octal 71 160 374
Decimal 57 112 252
Hex 39 70 FC

RGB Percentages of Color #3970fc

%13.54
%26.60
%59.86

CMYK Percentages of Color #3970fc

%77
%56
%0
%1

Triadic Colors of #3970fc

#3970fc #fc3970 #70fc39

Analogous Colors of #3970fc

#3970fc #6339fc #39d2fc

Monochromatic Colors of #3970fc

#3970fc

Complementary Color

#3970fc #fcc539

#3970fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3970fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3970fc Color CSS Codes

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

#3970fc Text Font Color

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

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


#3970fc Background Color

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

This div background color is #3970fc


#3970fc Border Color

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

This div border color is #3970fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,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 #3970fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3970fc

Related Colors


Comments

No comments written yet.

Please login to write comment.