Color Hex Logo

#393892 Color Hex

#393892
(57,56,146)
0 Favorites   0 Comments

Color spaces of #393892

RGB 5756146
HSL0.670.450.40
HSV241°62°57°
CMYK 0.610.620.00   0.43
XYZ8.28985.773527.8716
Yxy5.77350.19770.1377
Hunter Lab24.028119.5341-51.9542
CIE-Lab28.833728.4886-49.6889

#393892 color RGB value is (57,56,146).

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

The process color (four color CMYK) of #393892 color hex is 0.61, 0.62, 0.00, 0.43. Web safe color of #393892 is #333399. Color #393892 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 00111000 10010010
Octal 71 70 222
Decimal 57 56 146
Hex 39 38 92

RGB Percentages of Color #393892

%22.01
%21.62
%56.37

CMYK Percentages of Color #393892

%61
%62
%0
%43

Triadic Colors of #393892

#393892 #923938 #389239

Analogous Colors of #393892

#393892 #663892 #386492

Monochromatic Colors of #393892

#393892

Complementary Color

#393892 #919238

#393892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#393892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#393892 Color CSS Codes

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

#393892 Text Font Color

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

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


#393892 Background Color

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

This div background color is #393892


#393892 Border Color

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

This div border color is #393892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #393892


Comments

No comments written yet.

Please login to write comment.