Color Hex Logo

#393181 Color Hex

#393181
(57,49,129)
0 Favorites   0 Comments

Color spaces of #393181

RGB 5749129
HSL0.680.450.35
HSV246°62°51°
CMYK 0.560.620.00   0.49
XYZ6.74814.651521.3110
Yxy4.65150.20630.1422
Hunter Lab21.567318.1072-43.4882
CIE-Lab25.717927.2200-44.1937

#393181 color RGB value is (57,49,129).

#393181 hex color red value is 57, green value is 49 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #393181 hue: 0.68 , saturation: 0.45 and the lightness value of 393181 is 0.35.

The process color (four color CMYK) of #393181 color hex is 0.56, 0.62, 0.00, 0.49. Web safe color of #393181 is #333399. Color #393181 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110001 10000001
Octal 71 61 201
Decimal 57 49 129
Hex 39 31 81

RGB Percentages of Color #393181

%24.26
%20.85
%54.89

CMYK Percentages of Color #393181

%56
%62
%0
%49

Triadic Colors of #393181

#393181 #813931 #318139

Analogous Colors of #393181

#393181 #613181 #315181

Monochromatic Colors of #393181

#393181

Complementary Color

#393181 #798131

#393181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393181 Color CSS Codes

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

#393181 Text Font Color

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

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


#393181 Background Color

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

This div background color is #393181


#393181 Border Color

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

This div border color is #393181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393181


Comments

No comments written yet.

Please login to write comment.