Color Hex Logo

#ab108a Color Hex

#AB108A
(171,16,138)
0 Favorites   0 Comments

Color spaces of #ab108a

RGB 17116138
HSL0.870.830.37
HSV313°91°67°
CMYK 0.000.910.19   0.33
XYZ21.567310.863525.0049
Yxy10.86350.37550.1891
Hunter Lab32.959859.1220-21.9084
CIE-Lab39.349666.3932-27.0458

#ab108a color RGB value is (171,16,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010000 10001010
Octal 253 20 212
Decimal 171 16 138
Hex AB 10 8A

RGB Percentages of Color #ab108a

%52.62
%4.92
%42.46

CMYK Percentages of Color #ab108a

%0
%91
%19
%33

Triadic Colors of #ab108a

#ab108a #8aab10 #108aab

Analogous Colors of #ab108a

#ab108a #ab103d #7f10ab

Monochromatic Colors of #ab108a

#ab108a

Complementary Color

#ab108a #10ab31

#ab108a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab108a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab108a Color CSS Codes

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

#ab108a Text Font Color

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

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


#ab108a Background Color

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

This div background color is #ab108a


#ab108a Border Color

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

This div border color is #ab108a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab108a


Comments

No comments written yet.

Please login to write comment.