Color Hex Logo

#592276 Color Hex

#592276
(89,34,118)
0 Favorites   0 Comments

Color spaces of #592276

RGB 8934118
HSL0.780.550.30
HSV279°71°46°
CMYK 0.250.710.00   0.54
XYZ7.96194.575917.6031
Yxy4.57590.26420.1518
Hunter Lab21.391429.0032-33.8162
CIE-Lab25.490639.9352-37.4175

#592276 color RGB value is (89,34,118).

#592276 hex color red value is 89, green value is 34 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #592276 hue: 0.78 , saturation: 0.55 and the lightness value of 592276 is 0.30.

The process color (four color CMYK) of #592276 color hex is 0.25, 0.71, 0.00, 0.54. Web safe color of #592276 is #663366. Color #592276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100010 01110110
Octal 131 42 166
Decimal 89 34 118
Hex 59 22 76

RGB Percentages of Color #592276

%36.93
%14.11
%48.96

CMYK Percentages of Color #592276

%25
%71
%0
%54

Triadic Colors of #592276

#592276 #765922 #227659

Analogous Colors of #592276

#592276 #762269 #2f2276

Monochromatic Colors of #592276

#592276

Complementary Color

#592276 #3f7622

#592276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592276 Color CSS Codes

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

#592276 Text Font Color

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

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


#592276 Background Color

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

This div background color is #592276


#592276 Border Color

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

This div border color is #592276


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,34,118, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592276


Comments

No comments written yet.

Please login to write comment.