Color Hex Logo

#ab164e Color Hex

#AB164E
(171,22,78)
0 Favorites   0 Comments

Color spaces of #ab164e

RGB 1712278
HSL0.940.770.38
HSV337°87°67°
CMYK 0.000.870.54   0.33
XYZ18.45669.78188.1230
Yxy9.78180.50760.2690
Hunter Lab31.275950.60416.4943
CIE-Lab37.447959.16047.9574

#ab164e color RGB value is (171,22,78).

#ab164e hex color red value is 171, green value is 22 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ab164e hue: 0.94 , saturation: 0.77 and the lightness value of ab164e is 0.38.

The process color (four color CMYK) of #ab164e color hex is 0.00, 0.87, 0.54, 0.33. Web safe color of #ab164e is #990066. Color #ab164e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010110 01001110
Octal 253 26 116
Decimal 171 22 78
Hex AB 16 4E

RGB Percentages of Color #ab164e

%63.10
%8.12
%28.78

CMYK Percentages of Color #ab164e

%0
%87
%54
%33

Triadic Colors of #ab164e

#ab164e #4eab16 #164eab

Analogous Colors of #ab164e

#ab164e #ab2916 #ab1699

Monochromatic Colors of #ab164e

#ab164e

Complementary Color

#ab164e #16ab73

#ab164e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab164e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab164e Color CSS Codes

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

#ab164e Text Font Color

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

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


#ab164e Background Color

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

This div background color is #ab164e


#ab164e Border Color

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

This div border color is #ab164e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab164e


Comments

No comments written yet.

Please login to write comment.