Color Hex Logo

#392077 Color Hex

#392077
(57,32,119)
0 Favorites   0 Comments

Color spaces of #392077

RGB 5732119
HSL0.710.580.30
HSV257°73°47°
CMYK 0.520.730.00   0.53
XYZ5.53363.234817.7855
Yxy3.23480.20840.1218
Hunter Lab17.985523.4442-46.0406
CIE-Lab20.960734.4743-45.6028

#392077 color RGB value is (57,32,119).

#392077 hex color red value is 57, green value is 32 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #392077 hue: 0.71 , saturation: 0.58 and the lightness value of 392077 is 0.30.

The process color (four color CMYK) of #392077 color hex is 0.52, 0.73, 0.00, 0.53. Web safe color of #392077 is #333366. Color #392077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100000 01110111
Octal 71 40 167
Decimal 57 32 119
Hex 39 20 77

RGB Percentages of Color #392077

%27.40
%15.38
%57.21

CMYK Percentages of Color #392077

%52
%73
%0
%53

Triadic Colors of #392077

#392077 #773920 #207739

Analogous Colors of #392077

#392077 #652077 #203377

Monochromatic Colors of #392077

#392077

Complementary Color

#392077 #5e7720

#392077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392077 Color CSS Codes

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

#392077 Text Font Color

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

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


#392077 Background Color

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

This div background color is #392077


#392077 Border Color

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

This div border color is #392077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392077


Comments

No comments written yet.

Please login to write comment.