Color Hex Logo

#ab0984 Color Hex

#AB0984
(171,9,132)
0 Favorites   0 Comments

Color spaces of #ab0984

RGB 1719132
HSL0.870.900.35
HSV314°95°67°
CMYK 0.000.950.23   0.33
XYZ21.057110.519222.7504
Yxy10.51920.38760.1936
Hunter Lab32.433359.1316-18.8857
CIE-Lab38.758666.5167-24.2674

#ab0984 color RGB value is (171,9,132).

#ab0984 hex color red value is 171, green value is 9 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ab0984 hue: 0.87 , saturation: 0.90 and the lightness value of ab0984 is 0.35.

The process color (four color CMYK) of #ab0984 color hex is 0.00, 0.95, 0.23, 0.33. Web safe color of #ab0984 is #990099. Color #ab0984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001001 10000100
Octal 253 11 204
Decimal 171 9 132
Hex AB 9 84

RGB Percentages of Color #ab0984

%54.81
%2.88
%42.31

CMYK Percentages of Color #ab0984

%0
%95
%23
%33

Triadic Colors of #ab0984

#ab0984 #84ab09 #0984ab

Analogous Colors of #ab0984

#ab0984 #ab0933 #8109ab

Monochromatic Colors of #ab0984

#ab0984

Complementary Color

#ab0984 #09ab30

#ab0984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0984 Color CSS Codes

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

#ab0984 Text Font Color

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

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


#ab0984 Background Color

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

This div background color is #ab0984


#ab0984 Border Color

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

This div border color is #ab0984


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,9,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 #ab0984">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0984


Comments

No comments written yet.

Please login to write comment.