Color Hex Logo

#591175 Color Hex

#591175
(89,17,117)
0 Favorites   0 Comments

Color spaces of #591175

RGB 8917117
HSL0.790.750.26
HSV283°85°46°
CMYK 0.240.850.00   0.54
XYZ7.53123.809117.1679
Yxy3.80910.26420.1336
Hunter Lab19.516934.7251-38.4921
CIE-Lab23.030046.5231-40.7546

#591175 color RGB value is (89,17,117).

#591175 hex color red value is 89, green value is 17 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #591175 hue: 0.79 , saturation: 0.75 and the lightness value of 591175 is 0.26.

The process color (four color CMYK) of #591175 color hex is 0.24, 0.85, 0.00, 0.54. Web safe color of #591175 is #660066. Color #591175 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010001 01110101
Octal 131 21 165
Decimal 89 17 117
Hex 59 11 75

RGB Percentages of Color #591175

%39.91
%7.62
%52.47

CMYK Percentages of Color #591175

%24
%85
%0
%54

Triadic Colors of #591175

#591175 #755911 #117559

Analogous Colors of #591175

#591175 #75115f #271175

Monochromatic Colors of #591175

#591175

Complementary Color

#591175 #2d7511

#591175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591175 Color CSS Codes

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

#591175 Text Font Color

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

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


#591175 Background Color

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

This div background color is #591175


#591175 Border Color

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

This div border color is #591175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591175


Comments

No comments written yet.

Please login to write comment.