Color Hex Logo

#ab0daa Color Hex

#AB0DAA
(171,13,170)
0 Favorites   0 Comments

Color spaces of #ab0daa

RGB 17113170
HSL0.830.860.36
HSV300°92°67°
CMYK 0.000.920.01   0.33
XYZ24.194211.848139.0419
Yxy11.84810.32220.1578
Hunter Lab34.421165.2289-43.1546
CIE-Lab40.973771.3034-43.8563

#ab0daa color RGB value is (171,13,170).

#ab0daa hex color red value is 171, green value is 13 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ab0daa hue: 0.83 , saturation: 0.86 and the lightness value of ab0daa is 0.36.

The process color (four color CMYK) of #ab0daa color hex is 0.00, 0.92, 0.01, 0.33. Web safe color of #ab0daa is #990099. Color #ab0daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001101 10101010
Octal 253 15 252
Decimal 171 13 170
Hex AB D AA

RGB Percentages of Color #ab0daa

%48.31
%3.67
%48.02

CMYK Percentages of Color #ab0daa

%0
%92
%1
%33

Triadic Colors of #ab0daa

#ab0daa #aaab0d #0daaab

Analogous Colors of #ab0daa

#ab0daa #ab0d5b #5d0dab

Monochromatic Colors of #ab0daa

#ab0daa

Complementary Color

#ab0daa #0dab0e

#ab0daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0daa Color CSS Codes

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

#ab0daa Text Font Color

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

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


#ab0daa Background Color

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

This div background color is #ab0daa


#ab0daa Border Color

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

This div border color is #ab0daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0daa


Comments

No comments written yet.

Please login to write comment.