Color Hex Logo

#591374 Color Hex

#591374
(89,19,116)
0 Favorites   0 Comments

Color spaces of #591374

RGB 8919116
HSL0.790.720.26
HSV283°84°45°
CMYK 0.230.840.00   0.55
XYZ7.50513.850516.8707
Yxy3.85050.26590.1364
Hunter Lab19.622733.9313-37.2390
CIE-Lab23.170945.6675-39.8846

#591374 color RGB value is (89,19,116).

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

The process color (four color CMYK) of #591374 color hex is 0.23, 0.84, 0.00, 0.55. Web safe color of #591374 is #660066. Color #591374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010011 01110100
Octal 131 23 164
Decimal 89 19 116
Hex 59 13 74

RGB Percentages of Color #591374

%39.73
%8.48
%51.79

CMYK Percentages of Color #591374

%23
%84
%0
%55

Triadic Colors of #591374

#591374 #745913 #137459

Analogous Colors of #591374

#591374 #74135e #281374

Monochromatic Colors of #591374

#591374

Complementary Color

#591374 #2e7413

#591374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591374 Color CSS Codes

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

#591374 Text Font Color

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

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


#591374 Background Color

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

This div background color is #591374


#591374 Border Color

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

This div border color is #591374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591374


Comments

No comments written yet.

Please login to write comment.