Color Hex Logo

#592275 Color Hex

#592275
(89,34,117)
0 Favorites   0 Comments

Color spaces of #592275

RGB 8934117
HSL0.780.550.30
HSV280°71°46°
CMYK 0.240.710.00   0.54
XYZ7.90274.552317.2918
Yxy4.55230.26570.1530
Hunter Lab21.336128.7765-33.1161
CIE-Lab25.419239.6996-36.8946

#592275 color RGB value is (89,34,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 00100010 01110101
Octal 131 42 165
Decimal 89 34 117
Hex 59 22 75

RGB Percentages of Color #592275

%37.08
%14.17
%48.75

CMYK Percentages of Color #592275

%24
%71
%0
%54

Triadic Colors of #592275

#592275 #755922 #227559

Analogous Colors of #592275

#592275 #752268 #302275

Monochromatic Colors of #592275

#592275

Complementary Color

#592275 #3e7522

#592275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#592275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#592275 Color CSS Codes

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

#592275 Text Font Color

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

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


#592275 Background Color

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

This div background color is #592275


#592275 Border Color

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

This div border color is #592275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #592275


Comments

No comments written yet.

Please login to write comment.