Color Hex Logo

#393184 Color Hex

#393184
(57,49,132)
0 Favorites   0 Comments

Color spaces of #393184

RGB 5749132
HSL0.680.460.35
HSV246°63°52°
CMYK 0.570.630.00   0.48
XYZ6.95054.732422.3769
Yxy4.73240.20410.1389
Hunter Lab21.754118.9617-45.7596
CIE-Lab25.958428.2331-45.6837

#393184 color RGB value is (57,49,132).

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

The process color (four color CMYK) of #393184 color hex is 0.57, 0.63, 0.00, 0.48. Web safe color of #393184 is #333399. Color #393184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110001 10000100
Octal 71 61 204
Decimal 57 49 132
Hex 39 31 84

RGB Percentages of Color #393184

%23.95
%20.59
%55.46

CMYK Percentages of Color #393184

%57
%63
%0
%48

Triadic Colors of #393184

#393184 #843931 #318439

Analogous Colors of #393184

#393184 #633184 #315384

Monochromatic Colors of #393184

#393184

Complementary Color

#393184 #7c8431

#393184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393184 Color CSS Codes

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

#393184 Text Font Color

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

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


#393184 Background Color

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

This div background color is #393184


#393184 Border Color

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

This div border color is #393184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393184


Comments

No comments written yet.

Please login to write comment.