Color Hex Logo

#ab155e Color Hex

#AB155E
(171,21,94)
0 Favorites   0 Comments

Color spaces of #ab155e

RGB 1712194
HSL0.920.780.38
HSV331°88°67°
CMYK 0.000.880.45   0.33
XYZ19.083110.002411.5145
Yxy10.00240.47000.2464
Hunter Lab31.626652.35830.5525
CIE-Lab37.846760.6812-1.7391

#ab155e color RGB value is (171,21,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010101 01011110
Octal 253 25 136
Decimal 171 21 94
Hex AB 15 5E

RGB Percentages of Color #ab155e

%59.79
%7.34
%32.87

CMYK Percentages of Color #ab155e

%0
%88
%45
%33

Triadic Colors of #ab155e

#ab155e #5eab15 #155eab

Analogous Colors of #ab155e

#ab155e #ab1715 #ab15a9

Monochromatic Colors of #ab155e

#ab155e

Complementary Color

#ab155e #15ab62

#ab155e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab155e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab155e Color CSS Codes

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

#ab155e Text Font Color

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

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


#ab155e Background Color

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

This div background color is #ab155e


#ab155e Border Color

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

This div border color is #ab155e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab155e


Comments

No comments written yet.

Please login to write comment.