Color Hex Logo

#591488 Color Hex

#591488
(89,20,136)
0 Favorites   0 Comments

Color spaces of #591488

RGB 8920136
HSL0.770.740.31
HSV276°85°53°
CMYK 0.350.850.00   0.47
XYZ8.81394.401723.6776
Yxy4.40170.23890.1193
Hunter Lab20.980238.2734-52.2266
CIE-Lab24.957349.7748-49.6535

#591488 color RGB value is (89,20,136).

#591488 hex color red value is 89, green value is 20 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #591488 hue: 0.77 , saturation: 0.74 and the lightness value of 591488 is 0.31.

The process color (four color CMYK) of #591488 color hex is 0.35, 0.85, 0.00, 0.47. Web safe color of #591488 is #660099. Color #591488 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010100 10001000
Octal 131 24 210
Decimal 89 20 136
Hex 59 14 88

RGB Percentages of Color #591488

%36.33
%8.16
%55.51

CMYK Percentages of Color #591488

%35
%85
%0
%47

Triadic Colors of #591488

#591488 #885914 #148859

Analogous Colors of #591488

#591488 #88147d #1f1488

Monochromatic Colors of #591488

#591488

Complementary Color

#591488 #438814

#591488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591488 Color CSS Codes

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

#591488 Text Font Color

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

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


#591488 Background Color

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

This div background color is #591488


#591488 Border Color

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

This div border color is #591488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591488


Comments

No comments written yet.

Please login to write comment.