Color Hex Logo

#ab0cac Color Hex

#AB0CAC
(171,12,172)
0 Favorites   0 Comments

Color spaces of #ab0cac

RGB 17112172
HSL0.830.870.36
HSV300°93°67°
CMYK 0.010.930.00   0.33
XYZ24.372511.899440.0420
Yxy11.89940.31940.1559
Hunter Lab34.495565.7505-44.6763
CIE-Lab41.055871.7260-44.9177

#ab0cac color RGB value is (171,12,172).

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

The process color (four color CMYK) of #ab0cac color hex is 0.01, 0.93, 0.00, 0.33. Web safe color of #ab0cac is #990099. Color #ab0cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001100 10101100
Octal 253 14 254
Decimal 171 12 172
Hex AB C AC

RGB Percentages of Color #ab0cac

%48.17
%3.38
%48.45

CMYK Percentages of Color #ab0cac

%1
%93
%0
%33

Triadic Colors of #ab0cac

#ab0cac #acab0c #0cacab

Analogous Colors of #ab0cac

#ab0cac #ac0c5d #5b0cac

Monochromatic Colors of #ab0cac

#ab0cac

Complementary Color

#ab0cac #0dac0c

#ab0cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0cac Color CSS Codes

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

#ab0cac Text Font Color

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

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


#ab0cac Background Color

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

This div background color is #ab0cac


#ab0cac Border Color

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

This div border color is #ab0cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0cac


Comments

No comments written yet.

Please login to write comment.