Color Hex Logo

#392370 Color Hex

#392370
(57,35,112)
0 Favorites   0 Comments

Color spaces of #392370

RGB 5735112
HSL0.710.520.29
HSV257°69°44°
CMYK 0.490.690.00   0.56
XYZ5.21303.241815.6802
Yxy3.24180.21600.1343
Hunter Lab18.005020.1725-39.0310
CIE-Lab20.987430.5423-41.0607

#392370 color RGB value is (57,35,112).

#392370 hex color red value is 57, green value is 35 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #392370 hue: 0.71 , saturation: 0.52 and the lightness value of 392370 is 0.29.

The process color (four color CMYK) of #392370 color hex is 0.49, 0.69, 0.00, 0.56. Web safe color of #392370 is #333366. Color #392370 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100011 01110000
Octal 71 43 160
Decimal 57 35 112
Hex 39 23 70

RGB Percentages of Color #392370

%27.94
%17.16
%54.90

CMYK Percentages of Color #392370

%49
%69
%0
%56

Triadic Colors of #392370

#392370 #703923 #237039

Analogous Colors of #392370

#392370 #602370 #233470

Monochromatic Colors of #392370

#392370

Complementary Color

#392370 #5a7023

#392370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392370 Color CSS Codes

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

#392370 Text Font Color

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

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


#392370 Background Color

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

This div background color is #392370


#392370 Border Color

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

This div border color is #392370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392370


Comments

No comments written yet.

Please login to write comment.