Color Hex Logo

#397dae Color Hex

#397DAE
(57,125,174)
0 Favorites   0 Comments

Color spaces of #397dae

RGB 57125174
HSL0.570.510.45
HSV205°67°68°
CMYK 0.670.280.00   0.32
XYZ16.660918.593142.7551
Yxy18.59310.21360.2383
Hunter Lab43.1197-6.4894-28.6048
CIE-Lab50.2077-5.5508-32.3044

#397dae color RGB value is (57,125,174).

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

The process color (four color CMYK) of #397dae color hex is 0.67, 0.28, 0.00, 0.32. Web safe color of #397dae is #336699. Color #397dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111101 10101110
Octal 71 175 256
Decimal 57 125 174
Hex 39 7D AE

RGB Percentages of Color #397dae

%16.01
%35.11
%48.88

CMYK Percentages of Color #397dae

%67
%28
%0
%32

Triadic Colors of #397dae

#397dae #ae397d #7dae39

Analogous Colors of #397dae

#397dae #3942ae #39aea5

Monochromatic Colors of #397dae

#397dae

Complementary Color

#397dae #ae6a39

#397dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#397dae Color CSS Codes

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

#397dae Text Font Color

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

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


#397dae Background Color

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

This div background color is #397dae


#397dae Border Color

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

This div border color is #397dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397dae


Comments

No comments written yet.

Please login to write comment.