Color Hex Logo

#ab156e Color Hex

#AB156E
(171,21,110)
0 Favorites   0 Comments

Color spaces of #ab156e

RGB 17121110
HSL0.900.780.38
HSV324°88°67°
CMYK 0.000.880.36   0.33
XYZ19.877210.320015.6962
Yxy10.32000.43310.2249
Hunter Lab32.124854.2286-6.4818
CIE-Lab38.410762.2562-11.0560

#ab156e color RGB value is (171,21,110).

#ab156e hex color red value is 171, green value is 21 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ab156e hue: 0.90 , saturation: 0.78 and the lightness value of ab156e is 0.38.

The process color (four color CMYK) of #ab156e color hex is 0.00, 0.88, 0.36, 0.33. Web safe color of #ab156e is #990066. Color #ab156e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010101 01101110
Octal 253 25 156
Decimal 171 21 110
Hex AB 15 6E

RGB Percentages of Color #ab156e

%56.62
%6.95
%36.42

CMYK Percentages of Color #ab156e

%0
%88
%36
%33

Triadic Colors of #ab156e

#ab156e #6eab15 #156eab

Analogous Colors of #ab156e

#ab156e #ab1523 #9d15ab

Monochromatic Colors of #ab156e

#ab156e

Complementary Color

#ab156e #15ab52

#ab156e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab156e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab156e Color CSS Codes

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

#ab156e Text Font Color

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

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


#ab156e Background Color

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

This div background color is #ab156e


#ab156e Border Color

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

This div border color is #ab156e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab156e


Comments

No comments written yet.

Please login to write comment.