Color Hex Logo

#ab118d Color Hex

#AB118D
(171,17,141)
0 Favorites   0 Comments

Color spaces of #ab118d

RGB 17117141
HSL0.870.820.37
HSV312°90°67°
CMYK 0.000.900.18   0.33
XYZ21.802810.981926.1699
Yxy10.98190.36980.1863
Hunter Lab33.138959.4457-23.6242
CIE-Lab39.550066.6355-28.5737

#ab118d color RGB value is (171,17,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010001 10001101
Octal 253 21 215
Decimal 171 17 141
Hex AB 11 8D

RGB Percentages of Color #ab118d

%51.98
%5.17
%42.86

CMYK Percentages of Color #ab118d

%0
%90
%18
%33

Triadic Colors of #ab118d

#ab118d #8dab11 #118dab

Analogous Colors of #ab118d

#ab118d #ab1140 #7c11ab

Monochromatic Colors of #ab118d

#ab118d

Complementary Color

#ab118d #11ab2f

#ab118d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab118d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab118d Color CSS Codes

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

#ab118d Text Font Color

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

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


#ab118d Background Color

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

This div background color is #ab118d


#ab118d Border Color

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

This div border color is #ab118d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab118d

#ab118d Color Palettes


Comments

No comments written yet.

Please login to write comment.