Color Hex Logo

#392249 Color Hex

#392249
(57,34,73)
0 Favorites   0 Comments

Color spaces of #392249

RGB 573473
HSL0.760.360.21
HSV275°53°29°
CMYK 0.220.530.00   0.71
XYZ3.46202.49506.6024
Yxy2.49500.27570.1987
Hunter Lab15.795611.4806-13.7258
CIE-Lab17.896019.6388-20.1324

#392249 color RGB value is (57,34,73).

#392249 hex color red value is 57, green value is 34 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #392249 hue: 0.76 , saturation: 0.36 and the lightness value of 392249 is 0.21.

The process color (four color CMYK) of #392249 color hex is 0.22, 0.53, 0.00, 0.71. Web safe color of #392249 is #333333. Color #392249 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100010 01001001
Octal 71 42 111
Decimal 57 34 73
Hex 39 22 49

RGB Percentages of Color #392249

%34.76
%20.73
%44.51

CMYK Percentages of Color #392249

%22
%53
%0
%71

Triadic Colors of #392249

#392249 #493922 #224939

Analogous Colors of #392249

#392249 #492246 #262249

Monochromatic Colors of #392249

#392249

Complementary Color

#392249 #324922

#392249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392249 Color CSS Codes

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

#392249 Text Font Color

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

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


#392249 Background Color

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

This div background color is #392249


#392249 Border Color

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

This div border color is #392249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392249


Comments

No comments written yet.

Please login to write comment.