Color Hex Logo

#392292 Color Hex

#392292
(57,34,146)
0 Favorites   0 Comments

Color spaces of #392292

RGB 5734146
HSL0.700.620.35
HSV252°77°57°
CMYK 0.610.770.00   0.43
XYZ7.44774.089227.5909
Yxy4.08920.19030.1045
Hunter Lab20.221830.3536-66.7410
CIE-Lab23.964241.7000-57.6569

#392292 color RGB value is (57,34,146).

#392292 hex color red value is 57, green value is 34 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #392292 hue: 0.70 , saturation: 0.62 and the lightness value of 392292 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 00100010 10010010
Octal 71 42 222
Decimal 57 34 146
Hex 39 22 92

RGB Percentages of Color #392292

%24.05
%14.35
%61.60

CMYK Percentages of Color #392292

%61
%77
%0
%43

Triadic Colors of #392292

#392292 #923922 #229239

Analogous Colors of #392292

#392292 #712292 #224392

Monochromatic Colors of #392292

#392292

Complementary Color

#392292 #7b9222

#392292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#392292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#392292 Color CSS Codes

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

#392292 Text Font Color

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

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


#392292 Background Color

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

This div background color is #392292


#392292 Border Color

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

This div border color is #392292


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,34,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 #392292">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #392292


Comments

No comments written yet.

Please login to write comment.