Color Hex Logo

#392350 Color Hex

#392350
(57,35,80)
0 Favorites   0 Comments

Color spaces of #392350

RGB 573580
HSL0.750.390.23
HSV269°56°31°
CMYK 0.290.560.00   0.69
XYZ3.73632.65117.9042
Yxy2.65110.26140.1855
Hunter Lab16.282212.4668-17.3848
CIE-Lab18.588620.9198-23.7958

#392350 color RGB value is (57,35,80).

#392350 hex color red value is 57, green value is 35 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #392350 hue: 0.75 , saturation: 0.39 and the lightness value of 392350 is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100011 01010000
Octal 71 43 120
Decimal 57 35 80
Hex 39 23 50

RGB Percentages of Color #392350

%33.14
%20.35
%46.51

CMYK Percentages of Color #392350

%29
%56
%0
%69

Triadic Colors of #392350

#392350 #503923 #235039

Analogous Colors of #392350

#392350 #4f2350 #232450

Monochromatic Colors of #392350

#392350

Complementary Color

#392350 #3a5023

#392350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392350 Color CSS Codes

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

#392350 Text Font Color

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

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


#392350 Background Color

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

This div background color is #392350


#392350 Border Color

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

This div border color is #392350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392350


Comments

No comments written yet.

Please login to write comment.