Color Hex Logo

#397993 Color Hex

#397993
(57,121,147)
0 Favorites   0 Comments

Color spaces of #397993

RGB 57121147
HSL0.550.440.40
HSV197°61°58°
CMYK 0.610.180.00   0.42
XYZ13.791216.651230.0909
Yxy16.65120.22780.2751
Hunter Lab40.8059-11.0825-15.1573
CIE-Lab47.8175-12.3365-20.2430

#397993 color RGB value is (57,121,147).

#397993 hex color red value is 57, green value is 121 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #397993 hue: 0.55 , saturation: 0.44 and the lightness value of 397993 is 0.40.

The process color (four color CMYK) of #397993 color hex is 0.61, 0.18, 0.00, 0.42. Web safe color of #397993 is #336699. Color #397993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111001 10010011
Octal 71 171 223
Decimal 57 121 147
Hex 39 79 93

RGB Percentages of Color #397993

%17.54
%37.23
%45.23

CMYK Percentages of Color #397993

%61
%18
%0
%42

Triadic Colors of #397993

#397993 #933979 #799339

Analogous Colors of #397993

#397993 #394c93 #399380

Monochromatic Colors of #397993

#397993

Complementary Color

#397993 #935339

#397993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397993 Color CSS Codes

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

#397993 Text Font Color

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

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


#397993 Background Color

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

This div background color is #397993


#397993 Border Color

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

This div border color is #397993


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,121,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #397993; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #397993;
  -webkit-box-shadow: 1px 1px 3px 2px #397993;
  box-shadow:         1px 1px 3px 2px #397993; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397993


Comments

No comments written yet.

Please login to write comment.