Color Hex Logo

#393183 Color Hex

#393183
(57,49,131)
0 Favorites   0 Comments

Color spaces of #393183

RGB 5749131
HSL0.680.460.35
HSV246°63°51°
CMYK 0.560.630.00   0.49
XYZ6.88244.705222.0182
Yxy4.70520.20480.1400
Hunter Lab21.691518.6755-44.9990
CIE-Lab25.877827.8951-45.1885

#393183 color RGB value is (57,49,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110001 10000011
Octal 71 61 203
Decimal 57 49 131
Hex 39 31 83

RGB Percentages of Color #393183

%24.05
%20.68
%55.27

CMYK Percentages of Color #393183

%56
%63
%0
%49

Triadic Colors of #393183

#393183 #833931 #318339

Analogous Colors of #393183

#393183 #623183 #315283

Monochromatic Colors of #393183

#393183

Complementary Color

#393183 #7b8331

#393183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393183 Color CSS Codes

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

#393183 Text Font Color

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

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


#393183 Background Color

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

This div background color is #393183


#393183 Border Color

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

This div border color is #393183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393183


Comments

No comments written yet.

Please login to write comment.