Color Hex Logo

#390239 Color Hex

#390239
(57,2,57)
0 Favorites   0 Comments

Color spaces of #390239

RGB 57257
HSL0.830.930.12
HSV300°96°22°
CMYK 0.000.960.00   0.78
XYZ2.44761.20873.9752
Yxy1.20870.32070.1584
Hunter Lab10.994120.4996-13.7420
CIE-Lab10.621432.9039-20.4493

#390239 color RGB value is (57,2,57).

#390239 hex color red value is 57, green value is 2 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #390239 hue: 0.83 , saturation: 0.93 and the lightness value of 390239 is 0.12.

The process color (four color CMYK) of #390239 color hex is 0.00, 0.96, 0.00, 0.78. Web safe color of #390239 is #330033. Color #390239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000010 00111001
Octal 71 2 71
Decimal 57 2 57
Hex 39 2 39

RGB Percentages of Color #390239

%49.14
%1.72
%49.14

CMYK Percentages of Color #390239

%0
%96
%0
%78

Triadic Colors of #390239

#390239 #393902 #023939

Analogous Colors of #390239

#390239 #39021e #1e0239

Monochromatic Colors of #390239

#390239

Complementary Color

#390239 #023902

#390239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390239 Color CSS Codes

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

#390239 Text Font Color

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

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


#390239 Background Color

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

This div background color is #390239


#390239 Border Color

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

This div border color is #390239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390239


Comments

No comments written yet.

Please login to write comment.