Color Hex Logo

#ab5984 Color Hex

#AB5984
(171,89,132)
0 Favorites   0 Comments

Color spaces of #ab5984

RGB 17189132
HSL0.910.330.51
HSV329°48°67°
CMYK 0.000.480.23   0.33
XYZ24.531817.468623.9086
Yxy17.46860.37220.2650
Hunter Lab41.795531.6284-4.6593
CIE-Lab48.845138.8418-8.8575

#ab5984 color RGB value is (171,89,132).

#ab5984 hex color red value is 171, green value is 89 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ab5984 hue: 0.91 , saturation: 0.33 and the lightness value of ab5984 is 0.51.

The process color (four color CMYK) of #ab5984 color hex is 0.00, 0.48, 0.23, 0.33. Web safe color of #ab5984 is #996699. Color #ab5984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011001 10000100
Octal 253 131 204
Decimal 171 89 132
Hex AB 59 84

RGB Percentages of Color #ab5984

%43.62
%22.70
%33.67

CMYK Percentages of Color #ab5984

%0
%48
%23
%33

Triadic Colors of #ab5984

#ab5984 #84ab59 #5984ab

Analogous Colors of #ab5984

#ab5984 #ab595b #a959ab

Monochromatic Colors of #ab5984

#ab5984

Complementary Color

#ab5984 #59ab80

#ab5984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5984 Color CSS Codes

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

#ab5984 Text Font Color

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

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


#ab5984 Background Color

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

This div background color is #ab5984


#ab5984 Border Color

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

This div border color is #ab5984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5984


Comments

No comments written yet.

Please login to write comment.