Color Hex Logo

#3971ad Color Hex

#3971AD
(57,113,173)
0 Favorites   0 Comments

Color spaces of #3971ad

RGB 57113173
HSL0.590.500.45
HSV211°67°68°
CMYK 0.670.350.00   0.32
XYZ15.135315.697241.7673
Yxy15.69720.20850.2162
Hunter Lab39.6197-1.1449-34.7701
CIE-Lab46.57471.2929-37.4315

#3971ad color RGB value is (57,113,173).

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

The process color (four color CMYK) of #3971ad color hex is 0.67, 0.35, 0.00, 0.32. Web safe color of #3971ad is #336699. Color #3971ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01110001 10101101
Octal 71 161 255
Decimal 57 113 173
Hex 39 71 AD

RGB Percentages of Color #3971ad

%16.62
%32.94
%50.44

CMYK Percentages of Color #3971ad

%67
%35
%0
%32

Triadic Colors of #3971ad

#3971ad #ad3971 #71ad39

Analogous Colors of #3971ad

#3971ad #3b39ad #39abad

Monochromatic Colors of #3971ad

#3971ad

Complementary Color

#3971ad #ad7539

#3971ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3971ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3971ad Color CSS Codes

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

#3971ad Text Font Color

<p style="color:#3971ad">Text here</p>

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


#3971ad Background Color

<div style="background-color:#3971ad">
Div content here</div>

This div background color is #3971ad


#3971ad Border Color

<div style="border:3px solid #3971ad">
Div here</div>

This div border color is #3971ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,113,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3971ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3971ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3971ad;
  box-shadow:         1px 1px 3px 2px #3971ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3971ad


Comments

No comments written yet.

Please login to write comment.