Color Hex Logo

#393786 Color Hex

#393786
(57,55,134)
0 Favorites   0 Comments

Color spaces of #393786

RGB 5755134
HSL0.670.420.37
HSV242°59°53°
CMYK 0.570.590.00   0.47
XYZ7.35665.323523.1941
Yxy5.32350.20510.1484
Hunter Lab23.072716.5364-43.4510
CIE-Lab27.637224.9919-44.2087

#393786 color RGB value is (57,55,134).

#393786 hex color red value is 57, green value is 55 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #393786 hue: 0.67 , saturation: 0.42 and the lightness value of 393786 is 0.37.

The process color (four color CMYK) of #393786 color hex is 0.57, 0.59, 0.00, 0.47. Web safe color of #393786 is #333399. Color #393786 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00110111 10000110
Octal 71 67 206
Decimal 57 55 134
Hex 39 37 86

RGB Percentages of Color #393786

%23.17
%22.36
%54.47

CMYK Percentages of Color #393786

%57
%59
%0
%47

Triadic Colors of #393786

#393786 #863937 #378639

Analogous Colors of #393786

#393786 #613786 #375c86

Monochromatic Colors of #393786

#393786

Complementary Color

#393786 #848637

#393786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393786 Color CSS Codes

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

#393786 Text Font Color

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

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


#393786 Background Color

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

This div background color is #393786


#393786 Border Color

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

This div border color is #393786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393786


Comments

No comments written yet.

Please login to write comment.