Color Hex Logo

#397dac Color Hex

#397DAC
(57,125,172)
0 Favorites   0 Comments

Color spaces of #397dac

RGB 57125172
HSL0.570.500.45
HSV205°67°67°
CMYK 0.670.270.00   0.33
XYZ16.467418.515641.7357
Yxy18.51560.21460.2413
Hunter Lab43.0298-6.9905-27.3861
CIE-Lab50.1156-6.2413-31.2898

#397dac color RGB value is (57,125,172).

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

The process color (four color CMYK) of #397dac color hex is 0.67, 0.27, 0.00, 0.33. Web safe color of #397dac is #336699. Color #397dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111101 10101100
Octal 71 175 254
Decimal 57 125 172
Hex 39 7D AC

RGB Percentages of Color #397dac

%16.10
%35.31
%48.59

CMYK Percentages of Color #397dac

%67
%27
%0
%33

Triadic Colors of #397dac

#397dac #ac397d #7dac39

Analogous Colors of #397dac

#397dac #3943ac #39aca2

Monochromatic Colors of #397dac

#397dac

Complementary Color

#397dac #ac6839

#397dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#397dac Color CSS Codes

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

#397dac Text Font Color

<p style="color:#397dac">Text here</p>

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


#397dac Background Color

<div style="background-color:#397dac">
Div content here</div>

This div background color is #397dac


#397dac Border Color

<div style="border:3px solid #397dac">
Div here</div>

This div border color is #397dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397dac


Comments

No comments written yet.

Please login to write comment.