Color Hex Logo

#3970ac Color Hex

#3970AC
(57,112,172)
0 Favorites   0 Comments

Color spaces of #3970ac

RGB 57112172
HSL0.590.500.45
HSV211°67°67°
CMYK 0.670.350.00   0.33
XYZ14.927915.436841.2225
Yxy15.43680.20850.2156
Hunter Lab39.2897-0.9369-34.7039
CIE-Lab46.22671.5491-37.3968

#3970ac color RGB value is (57,112,172).

#3970ac hex color red value is 57, green value is 112 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #3970ac hue: 0.59 , saturation: 0.50 and the lightness value of 3970ac is 0.45.

The process color (four color CMYK) of #3970ac color hex is 0.67, 0.35, 0.00, 0.33. Web safe color of #3970ac is #336699. Color #3970ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110000 10101100
Octal 71 160 254
Decimal 57 112 172
Hex 39 70 AC

RGB Percentages of Color #3970ac

%16.72
%32.84
%50.44

CMYK Percentages of Color #3970ac

%67
%35
%0
%33

Triadic Colors of #3970ac

#3970ac #ac3970 #70ac39

Analogous Colors of #3970ac

#3970ac #3c39ac #39aaac

Monochromatic Colors of #3970ac

#3970ac

Complementary Color

#3970ac #ac7539

#3970ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3970ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3970ac Color CSS Codes

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

#3970ac Text Font Color

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

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


#3970ac Background Color

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

This div background color is #3970ac


#3970ac Border Color

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

This div border color is #3970ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3970ac

#3970ac Color Palettes


Comments

No comments written yet.

Please login to write comment.