Color Hex Logo

#392366 Color Hex

#392366
(57,35,102)
0 Favorites   0 Comments

Color spaces of #392366

RGB 5735102
HSL0.720.490.27
HSV260°66°40°
CMYK 0.440.660.00   0.60
XYZ4.68663.031212.9084
Yxy3.03120.22720.1470
Hunter Lab17.410317.5814-31.7716
CIE-Lab20.168427.4498-35.8910

#392366 color RGB value is (57,35,102).

#392366 hex color red value is 57, green value is 35 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #392366 hue: 0.72 , saturation: 0.49 and the lightness value of 392366 is 0.27.

The process color (four color CMYK) of #392366 color hex is 0.44, 0.66, 0.00, 0.60. Web safe color of #392366 is #333366. Color #392366 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100011 01100110
Octal 71 43 146
Decimal 57 35 102
Hex 39 23 66

RGB Percentages of Color #392366

%29.38
%18.04
%52.58

CMYK Percentages of Color #392366

%44
%66
%0
%60

Triadic Colors of #392366

#392366 #663923 #236639

Analogous Colors of #392366

#392366 #5b2366 #232e66

Monochromatic Colors of #392366

#392366

Complementary Color

#392366 #506623

#392366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392366 Color CSS Codes

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

#392366 Text Font Color

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

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


#392366 Background Color

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

This div background color is #392366


#392366 Border Color

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

This div border color is #392366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392366


Comments

No comments written yet.

Please login to write comment.