Color Hex Logo

#392360 Color Hex

#392360
(57,35,96)
0 Favorites   0 Comments

Color spaces of #392360

RGB 573596
HSL0.730.470.26
HSV262°64°38°
CMYK 0.410.640.00   0.62
XYZ4.39972.916411.3974
Yxy2.91640.23510.1558
Hunter Lab17.077516.1017-27.6156
CIE-Lab19.705925.6229-32.6947

#392360 color RGB value is (57,35,96).

#392360 hex color red value is 57, green value is 35 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #392360 hue: 0.73 , saturation: 0.47 and the lightness value of 392360 is 0.26.

The process color (four color CMYK) of #392360 color hex is 0.41, 0.64, 0.00, 0.62. Web safe color of #392360 is #333366. Color #392360 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100011 01100000
Octal 71 43 140
Decimal 57 35 96
Hex 39 23 60

RGB Percentages of Color #392360

%30.32
%18.62
%51.06

CMYK Percentages of Color #392360

%41
%64
%0
%62

Triadic Colors of #392360

#392360 #603923 #236039

Analogous Colors of #392360

#392360 #572360 #232c60

Monochromatic Colors of #392360

#392360

Complementary Color

#392360 #4a6023

#392360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392360 Color CSS Codes

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

#392360 Text Font Color

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

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


#392360 Background Color

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

This div background color is #392360


#392360 Border Color

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

This div border color is #392360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392360


Comments

No comments written yet.

Please login to write comment.