Color Hex Logo

#392c68 Color Hex

#392C68
(57,44,104)
0 Favorites   0 Comments

Color spaces of #392c68

RGB 5744104
HSL0.700.410.29
HSV253°58°41°
CMYK 0.450.580.00   0.59
XYZ5.08673.670713.5371
Yxy3.67070.22820.1646
Hunter Lab19.159113.8631-28.4808
CIE-Lab22.551522.2537-33.3522

#392c68 color RGB value is (57,44,104).

#392c68 hex color red value is 57, green value is 44 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #392c68 hue: 0.70 , saturation: 0.41 and the lightness value of 392c68 is 0.29.

The process color (four color CMYK) of #392c68 color hex is 0.45, 0.58, 0.00, 0.59. Web safe color of #392c68 is #333366. Color #392c68 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101100 01101000
Octal 71 54 150
Decimal 57 44 104
Hex 39 2C 68

RGB Percentages of Color #392c68

%27.80
%21.46
%50.73

CMYK Percentages of Color #392c68

%45
%58
%0
%59

Triadic Colors of #392c68

#392c68 #68392c #2c6839

Analogous Colors of #392c68

#392c68 #572c68 #2c3d68

Monochromatic Colors of #392c68

#392c68

Complementary Color

#392c68 #5b682c

#392c68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392c68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392c68 Color CSS Codes

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

#392c68 Text Font Color

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

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


#392c68 Background Color

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

This div background color is #392c68


#392c68 Border Color

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

This div border color is #392c68


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,44,104, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #392c68; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #392c68;
  -webkit-box-shadow: 1px 1px 3px 2px #392c68;
  box-shadow:         1px 1px 3px 2px #392c68; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392c68


Comments

No comments written yet.

Please login to write comment.