Color Hex Logo

#592292 Color Hex

#592292
(89,34,146)
0 Favorites   0 Comments

Color spaces of #592292

RGB 8934146
HSL0.750.620.35
HSV269°77°57°
CMYK 0.390.770.00   0.43
XYZ9.88025.343227.7047
Yxy5.34320.23020.1245
Hunter Lab23.115435.8444-54.8807
CIE-Lab27.691046.7731-51.4051

#592292 color RGB value is (89,34,146).

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

The process color (four color CMYK) of #592292 color hex is 0.39, 0.77, 0.00, 0.43. Web safe color of #592292 is #663399. Color #592292 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100010 10010010
Octal 131 42 222
Decimal 89 34 146
Hex 59 22 92

RGB Percentages of Color #592292

%33.09
%12.64
%54.28

CMYK Percentages of Color #592292

%39
%77
%0
%43

Triadic Colors of #592292

#592292 #925922 #229259

Analogous Colors of #592292

#592292 #912292 #222392

Monochromatic Colors of #592292

#592292

Complementary Color

#592292 #5b9222

#592292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592292 Color CSS Codes

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

#592292 Text Font Color

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

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


#592292 Background Color

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

This div background color is #592292


#592292 Border Color

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

This div border color is #592292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592292


Comments

No comments written yet.

Please login to write comment.