Color Hex Logo

#591fcc Color Hex

#591FCC
(89,31,204)
0 Favorites   0 Comments

Color spaces of #591fcc

RGB 8931204
HSL0.720.740.46
HSV260°85°80°
CMYK 0.560.850.00   0.20
XYZ15.50897.463557.7499
Yxy7.46350.19210.0925
Hunter Lab27.319453.5233-106.2083
CIE-Lab32.839662.7076-77.6864

#591fcc color RGB value is (89,31,204).

#591fcc hex color red value is 89, green value is 31 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #591fcc hue: 0.72 , saturation: 0.74 and the lightness value of 591fcc is 0.46.

The process color (four color CMYK) of #591fcc color hex is 0.56, 0.85, 0.00, 0.20. Web safe color of #591fcc is #6633cc. Color #591fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011111 11001100
Octal 131 37 314
Decimal 89 31 204
Hex 59 1F CC

RGB Percentages of Color #591fcc

%27.47
%9.57
%62.96

CMYK Percentages of Color #591fcc

%56
%85
%0
%20

Triadic Colors of #591fcc

#591fcc #cc591f #1fcc59

Analogous Colors of #591fcc

#591fcc #b01fcc #1f3ccc

Monochromatic Colors of #591fcc

#591fcc

Complementary Color

#591fcc #92cc1f

#591fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#591fcc Color CSS Codes

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

#591fcc Text Font Color

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

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


#591fcc Background Color

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

This div background color is #591fcc


#591fcc Border Color

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

This div border color is #591fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,31,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #591fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #591fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #591fcc;
  box-shadow:         1px 1px 3px 2px #591fcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591fcc


Comments

No comments written yet.

Please login to write comment.