Color Hex Logo

#390177 Color Hex

#390177
(57,1,119)
0 Favorites   0 Comments

Color spaces of #390177

RGB 571119
HSL0.750.980.24
HSV268°99°47°
CMYK 0.520.990.00   0.53
XYZ5.02802.223517.6169
Yxy2.22350.20220.0894
Hunter Lab14.911434.0937-59.6095
CIE-Lab16.619047.0972-52.7420

#390177 color RGB value is (57,1,119).

#390177 hex color red value is 57, green value is 1 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #390177 hue: 0.75 , saturation: 0.98 and the lightness value of 390177 is 0.24.

The process color (four color CMYK) of #390177 color hex is 0.52, 0.99, 0.00, 0.53. Web safe color of #390177 is #330066. Color #390177 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00000001 01110111
Octal 71 1 167
Decimal 57 1 119
Hex 39 1 77

RGB Percentages of Color #390177

%32.20
%0.56
%67.23

CMYK Percentages of Color #390177

%52
%99
%0
%53

Triadic Colors of #390177

#390177 #773901 #017739

Analogous Colors of #390177

#390177 #740177 #010477

Monochromatic Colors of #390177

#390177

Complementary Color

#390177 #3f7701

#390177 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#390177 Color Preview on White Background

Lorem ipsum dolor sit amet.

#390177 Color CSS Codes

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

#390177 Text Font Color

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

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


#390177 Background Color

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

This div background color is #390177


#390177 Border Color

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

This div border color is #390177


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,1,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 #390177">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #390177


Comments

No comments written yet.

Please login to write comment.