Color Hex Logo

#392899 Color Hex

#392899
(57,40,153)
0 Favorites   0 Comments

Color spaces of #392899

RGB 5740153
HSL0.690.590.38
HSV249°74°60°
CMYK 0.630.740.00   0.40
XYZ8.19594.687330.6098
Yxy4.68730.18840.1078
Hunter Lab21.650229.6852-68.6712
CIE-Lab25.824640.6182-58.9063

#392899 color RGB value is (57,40,153).

#392899 hex color red value is 57, green value is 40 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #392899 hue: 0.69 , saturation: 0.59 and the lightness value of 392899 is 0.38.

The process color (four color CMYK) of #392899 color hex is 0.63, 0.74, 0.00, 0.40. Web safe color of #392899 is #333399. Color #392899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00101000 10011001
Octal 71 50 231
Decimal 57 40 153
Hex 39 28 99

RGB Percentages of Color #392899

%22.80
%16.00
%61.20

CMYK Percentages of Color #392899

%63
%74
%0
%40

Triadic Colors of #392899

#392899 #993928 #289939

Analogous Colors of #392899

#392899 #722899 #284f99

Monochromatic Colors of #392899

#392899

Complementary Color

#392899 #889928

#392899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392899 Color CSS Codes

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

#392899 Text Font Color

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

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


#392899 Background Color

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

This div background color is #392899


#392899 Border Color

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

This div border color is #392899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392899


Comments

No comments written yet.

Please login to write comment.