Color Hex Logo

#ab135c Color Hex

#AB135C
(171,19,92)
0 Favorites   0 Comments

Color spaces of #ab135c

RGB 1711992
HSL0.920.800.37
HSV331°89°67°
CMYK 0.000.890.46   0.33
XYZ18.95929.896411.0361
Yxy9.89640.47530.2481
Hunter Lab31.458552.52461.2212
CIE-Lab37.655860.8689-0.7398

#ab135c color RGB value is (171,19,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010011 01011100
Octal 253 23 134
Decimal 171 19 92
Hex AB 13 5C

RGB Percentages of Color #ab135c

%60.64
%6.74
%32.62

CMYK Percentages of Color #ab135c

%0
%89
%46
%33

Triadic Colors of #ab135c

#ab135c #5cab13 #135cab

Analogous Colors of #ab135c

#ab135c #ab1613 #ab13a8

Monochromatic Colors of #ab135c

#ab135c

Complementary Color

#ab135c #13ab62

#ab135c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab135c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab135c Color CSS Codes

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

#ab135c Text Font Color

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

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


#ab135c Background Color

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

This div background color is #ab135c


#ab135c Border Color

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

This div border color is #ab135c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab135c


Comments

No comments written yet.

Please login to write comment.