Color Hex Logo

#590bad Color Hex

#590BAD
(89,11,173)
0 Favorites   0 Comments

Color spaces of #590bad

RGB 8911173
HSL0.750.880.36
HSV269°94°68°
CMYK 0.490.940.00   0.32
XYZ11.78235.380339.9527
Yxy5.38030.20630.0942
Hunter Lab23.195550.0782-85.8864
CIE-Lab27.791960.5486-67.6800

#590bad color RGB value is (89,11,173).

#590bad hex color red value is 89, green value is 11 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #590bad hue: 0.75 , saturation: 0.88 and the lightness value of 590bad is 0.36.

The process color (four color CMYK) of #590bad color hex is 0.49, 0.94, 0.00, 0.32. Web safe color of #590bad is #660099. Color #590bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00001011 10101101
Octal 131 13 255
Decimal 89 11 173
Hex 59 B AD

RGB Percentages of Color #590bad

%32.60
%4.03
%63.37

CMYK Percentages of Color #590bad

%49
%94
%0
%32

Triadic Colors of #590bad

#590bad #ad590b #0bad59

Analogous Colors of #590bad

#590bad #aa0bad #0b0ead

Monochromatic Colors of #590bad

#590bad

Complementary Color

#590bad #5fad0b

#590bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#590bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#590bad Color CSS Codes

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

#590bad Text Font Color

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

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


#590bad Background Color

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

This div background color is #590bad


#590bad Border Color

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

This div border color is #590bad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,11,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #590bad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #590bad;
  -webkit-box-shadow: 1px 1px 3px 2px #590bad;
  box-shadow:         1px 1px 3px 2px #590bad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #590bad


Comments

No comments written yet.

Please login to write comment.