Color Hex Logo

#ab0aca Color Hex

#AB0ACA
(171,10,202)
0 Favorites   0 Comments

Color spaces of #ab0aca

RGB 17110202
HSL0.810.910.42
HSV290°95°79°
CMYK 0.150.950.00   0.21
XYZ27.563813.139356.9605
Yxy13.13930.28220.1345
Hunter Lab36.248272.3005-67.7948
CIE-Lab42.972476.7646-59.4750

#ab0aca color RGB value is (171,10,202).

#ab0aca hex color red value is 171, green value is 10 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ab0aca hue: 0.81 , saturation: 0.91 and the lightness value of ab0aca is 0.42.

The process color (four color CMYK) of #ab0aca color hex is 0.15, 0.95, 0.00, 0.21. Web safe color of #ab0aca is #9900cc. Color #ab0aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001010 11001010
Octal 253 12 312
Decimal 171 10 202
Hex AB A CA

RGB Percentages of Color #ab0aca

%44.65
%2.61
%52.74

CMYK Percentages of Color #ab0aca

%15
%95
%0
%21

Triadic Colors of #ab0aca

#ab0aca #caab0a #0acaab

Analogous Colors of #ab0aca

#ab0aca #ca0a89 #4b0aca

Monochromatic Colors of #ab0aca

#ab0aca

Complementary Color

#ab0aca #29ca0a

#ab0aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0aca Color CSS Codes

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

#ab0aca Text Font Color

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

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


#ab0aca Background Color

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

This div background color is #ab0aca


#ab0aca Border Color

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

This div border color is #ab0aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0aca


Comments

No comments written yet.

Please login to write comment.