Color Hex Logo

#ab136a Color Hex

#AB136A
(171,19,106)
0 Favorites   0 Comments

Color spaces of #ab136a

RGB 17119106
HSL0.900.800.37
HSV326°89°67°
CMYK 0.000.890.38   0.33
XYZ19.629010.164314.5630
Yxy10.16430.44250.2292
Hunter Lab31.881554.1074-4.7658
CIE-Lab38.135762.2012-8.9432

#ab136a color RGB value is (171,19,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010011 01101010
Octal 253 23 152
Decimal 171 19 106
Hex AB 13 6A

RGB Percentages of Color #ab136a

%57.77
%6.42
%35.81

CMYK Percentages of Color #ab136a

%0
%89
%38
%33

Triadic Colors of #ab136a

#ab136a #6aab13 #136aab

Analogous Colors of #ab136a

#ab136a #ab131e #a013ab

Monochromatic Colors of #ab136a

#ab136a

Complementary Color

#ab136a #13ab54

#ab136a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab136a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab136a Color CSS Codes

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

#ab136a Text Font Color

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

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


#ab136a Background Color

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

This div background color is #ab136a


#ab136a Border Color

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

This div border color is #ab136a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab136a


Comments

No comments written yet.

Please login to write comment.