Color Hex Logo

#ab136e Color Hex

#AB136E
(171,19,110)
0 Favorites   0 Comments

Color spaces of #ab136e

RGB 17119110
HSL0.900.800.37
HSV324°89°67°
CMYK 0.000.890.36   0.33
XYZ19.841910.249515.6844
Yxy10.24950.43350.2239
Hunter Lab32.014854.6033-6.6364
CIE-Lab38.286562.6157-11.2439

#ab136e color RGB value is (171,19,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010011 01101110
Octal 253 23 156
Decimal 171 19 110
Hex AB 13 6E

RGB Percentages of Color #ab136e

%57.00
%6.33
%36.67

CMYK Percentages of Color #ab136e

%0
%89
%36
%33

Triadic Colors of #ab136e

#ab136e #6eab13 #136eab

Analogous Colors of #ab136e

#ab136e #ab1322 #9c13ab

Monochromatic Colors of #ab136e

#ab136e

Complementary Color

#ab136e #13ab50

#ab136e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab136e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab136e Color CSS Codes

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

#ab136e Text Font Color

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

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


#ab136e Background Color

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

This div background color is #ab136e


#ab136e Border Color

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

This div border color is #ab136e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,19,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 #ab136e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab136e


Comments

No comments written yet.

Please login to write comment.