Color Hex Logo

#ab118c Color Hex

#AB118C
(171,17,140)
0 Favorites   0 Comments

Color spaces of #ab118c

RGB 17117140
HSL0.870.820.37
HSV312°90°67°
CMYK 0.000.900.18   0.33
XYZ21.728710.952325.7797
Yxy10.95230.37170.1873
Hunter Lab33.094359.2828-23.0196
CIE-Lab39.500066.5037-28.0387

#ab118c color RGB value is (171,17,140).

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

The process color (four color CMYK) of #ab118c color hex is 0.00, 0.90, 0.18, 0.33. Web safe color of #ab118c is #990099. Color #ab118c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010001 10001100
Octal 253 21 214
Decimal 171 17 140
Hex AB 11 8C

RGB Percentages of Color #ab118c

%52.13
%5.18
%42.68

CMYK Percentages of Color #ab118c

%0
%90
%18
%33

Triadic Colors of #ab118c

#ab118c #8cab11 #118cab

Analogous Colors of #ab118c

#ab118c #ab113f #7d11ab

Monochromatic Colors of #ab118c

#ab118c

Complementary Color

#ab118c #11ab30

#ab118c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab118c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab118c Color CSS Codes

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

#ab118c Text Font Color

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

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


#ab118c Background Color

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

This div background color is #ab118c


#ab118c Border Color

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

This div border color is #ab118c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab118c


Comments

No comments written yet.

Please login to write comment.