Color Hex Logo

#5900ab Color Hex

#5900AB
(89,0,171)
0 Favorites   0 Comments

Color spaces of #5900ab

RGB 890171
HSL0.751.000.34
HSV271°100°67°
CMYK 0.481.000.00   0.33
XYZ11.47055.064138.9010
Yxy5.06410.20690.0914
Hunter Lab22.503651.6037-86.7398
CIE-Lab26.916662.1024-67.9215

#5900ab color RGB value is (89,0,171).

#5900ab hex color red value is 89, green value is 0 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5900ab hue: 0.75 , saturation: 1.00 and the lightness value of 5900ab is 0.34.

The process color (four color CMYK) of #5900ab color hex is 0.48, 1.00, 0.00, 0.33. Web safe color of #5900ab is #660099. Color #5900ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00000000 10101011
Octal 131 0 253
Decimal 89 0 171
Hex 59 0 AB

RGB Percentages of Color #5900ab

%34.23
%0.00
%65.77

CMYK Percentages of Color #5900ab

%48
%100
%0
%33

Triadic Colors of #5900ab

#5900ab #ab5900 #00ab59

Analogous Colors of #5900ab

#5900ab #ab00a8 #0300ab

Monochromatic Colors of #5900ab

#5900ab

Complementary Color

#5900ab #52ab00

#5900ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5900ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5900ab Color CSS Codes

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

#5900ab Text Font Color

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

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


#5900ab Background Color

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

This div background color is #5900ab


#5900ab Border Color

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

This div border color is #5900ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,0,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5900ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5900ab;
  -webkit-box-shadow: 1px 1px 3px 2px #5900ab;
  box-shadow:         1px 1px 3px 2px #5900ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5900ab


Comments

No comments written yet.

Please login to write comment.