Color Hex Logo

#392399 Color Hex

#392399
(57,35,153)
0 Favorites   0 Comments

Color spaces of #392399

RGB 5735153
HSL0.700.630.37
HSV251°77°60°
CMYK 0.630.770.00   0.40
XYZ8.03814.371830.5572
Yxy4.37180.18710.1017
Hunter Lab20.908832.0312-72.0131
CIE-Lab24.864443.3304-60.4869

#392399 color RGB value is (57,35,153).

#392399 hex color red value is 57, green value is 35 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #392399 hue: 0.70 , saturation: 0.63 and the lightness value of 392399 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100011 10011001
Octal 71 43 231
Decimal 57 35 153
Hex 39 23 99

RGB Percentages of Color #392399

%23.27
%14.29
%62.45

CMYK Percentages of Color #392399

%63
%77
%0
%40

Triadic Colors of #392399

#392399 #993923 #239939

Analogous Colors of #392399

#392399 #742399 #234899

Monochromatic Colors of #392399

#392399

Complementary Color

#392399 #839923

#392399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392399 Color CSS Codes

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

#392399 Text Font Color

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

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


#392399 Background Color

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

This div background color is #392399


#392399 Border Color

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

This div border color is #392399


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,35,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 #392399">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392399


Comments

No comments written yet.

Please login to write comment.