Color Hex Logo

#393287 Color Hex

#393287
(57,50,135)
0 Favorites   0 Comments

Color spaces of #393287

RGB 5750135
HSL0.680.460.36
HSV245°63°53°
CMYK 0.580.630.00   0.47
XYZ7.20114.900323.4880
Yxy4.90030.20230.1377
Hunter Lab22.136619.3274-47.4139
CIE-Lab26.448828.6023-46.7601

#393287 color RGB value is (57,50,135).

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

The process color (four color CMYK) of #393287 color hex is 0.58, 0.63, 0.00, 0.47. Web safe color of #393287 is #333399. Color #393287 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110010 10000111
Octal 71 62 207
Decimal 57 50 135
Hex 39 32 87

RGB Percentages of Color #393287

%23.55
%20.66
%55.79

CMYK Percentages of Color #393287

%58
%63
%0
%47

Triadic Colors of #393287

#393287 #873932 #328739

Analogous Colors of #393287

#393287 #633287 #325687

Monochromatic Colors of #393287

#393287

Complementary Color

#393287 #808732

#393287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393287 Color CSS Codes

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

#393287 Text Font Color

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

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


#393287 Background Color

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

This div background color is #393287


#393287 Border Color

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

This div border color is #393287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393287


Comments

No comments written yet.

Please login to write comment.