Color Hex Logo

#ab109c Color Hex

#AB109C
(171,16,156)
0 Favorites   0 Comments

Color spaces of #ab109c

RGB 17116156
HSL0.850.830.37
HSV306°91°67°
CMYK 0.000.910.09   0.33
XYZ22.980611.428832.4473
Yxy11.42880.34370.1709
Hunter Lab33.806562.1773-33.2417
CIE-Lab40.293568.8458-36.5309

#ab109c color RGB value is (171,16,156).

#ab109c hex color red value is 171, green value is 16 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ab109c hue: 0.85 , saturation: 0.83 and the lightness value of ab109c is 0.37.

The process color (four color CMYK) of #ab109c color hex is 0.00, 0.91, 0.09, 0.33. Web safe color of #ab109c is #990099. Color #ab109c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010000 10011100
Octal 253 20 234
Decimal 171 16 156
Hex AB 10 9C

RGB Percentages of Color #ab109c

%49.85
%4.66
%45.48

CMYK Percentages of Color #ab109c

%0
%91
%9
%33

Triadic Colors of #ab109c

#ab109c #9cab10 #109cab

Analogous Colors of #ab109c

#ab109c #ab104e #6d10ab

Monochromatic Colors of #ab109c

#ab109c

Complementary Color

#ab109c #10ab1f

#ab109c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab109c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab109c Color CSS Codes

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

#ab109c Text Font Color

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

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


#ab109c Background Color

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

This div background color is #ab109c


#ab109c Border Color

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

This div border color is #ab109c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab109c


Comments

No comments written yet.

Please login to write comment.