Color Hex Logo

#393889 Color Hex

#393889
(57,56,137)
0 Favorites   0 Comments

Color spaces of #393889

RGB 5756137
HSL0.670.420.38
HSV241°59°54°
CMYK 0.580.590.00   0.46
XYZ7.61695.504324.3279
Yxy5.50430.20340.1470
Hunter Lab23.461216.8944-45.0573
CIE-Lab28.125725.3703-45.2819

#393889 color RGB value is (57,56,137).

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

The process color (four color CMYK) of #393889 color hex is 0.58, 0.59, 0.00, 0.46. Web safe color of #393889 is #333399. Color #393889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111000 10001001
Octal 71 70 211
Decimal 57 56 137
Hex 39 38 89

RGB Percentages of Color #393889

%22.80
%22.40
%54.80

CMYK Percentages of Color #393889

%58
%59
%0
%46

Triadic Colors of #393889

#393889 #893938 #388939

Analogous Colors of #393889

#393889 #623889 #385f89

Monochromatic Colors of #393889

#393889

Complementary Color

#393889 #888938

#393889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393889 Color CSS Codes

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

#393889 Text Font Color

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

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


#393889 Background Color

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

This div background color is #393889


#393889 Border Color

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

This div border color is #393889


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393889


Comments

No comments written yet.

Please login to write comment.