Color Hex Logo

#3970fa Color Hex

#3970FA
(57,112,250)
0 Favorites   0 Comments

Color spaces of #3970fa

RGB 57112250
HSL0.620.950.60
HSV223°77°98°
CMYK 0.770.550.00   0.02
XYZ24.736819.360392.8756
Yxy19.36030.18060.1413
Hunter Lab44.000323.3513-94.3487
CIE-Lab51.106129.9805-73.9750

#3970fa color RGB value is (57,112,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110000 11111010
Octal 71 160 372
Decimal 57 112 250
Hex 39 70 FA

RGB Percentages of Color #3970fa

%13.60
%26.73
%59.67

CMYK Percentages of Color #3970fa

%77
%55
%0
%2

Triadic Colors of #3970fa

#3970fa #fa3970 #70fa39

Analogous Colors of #3970fa

#3970fa #6239fa #39d1fa

Monochromatic Colors of #3970fa

#3970fa

Complementary Color

#3970fa #fac339

#3970fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3970fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3970fa Color CSS Codes

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

#3970fa Text Font Color

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

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


#3970fa Background Color

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

This div background color is #3970fa


#3970fa Border Color

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

This div border color is #3970fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3970fa


Comments

No comments written yet.

Please login to write comment.