Color Hex Logo

#ab165f Color Hex

#AB165F
(171,22,95)
0 Favorites   0 Comments

Color spaces of #ab165f

RGB 1712295
HSL0.920.770.38
HSV331°87°67°
CMYK 0.000.870.44   0.33
XYZ19.147110.058011.7587
Yxy10.05800.46740.2455
Hunter Lab31.714452.26680.2171
CIE-Lab37.946360.5788-2.2314

#ab165f color RGB value is (171,22,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010110 01011111
Octal 253 26 137
Decimal 171 22 95
Hex AB 16 5F

RGB Percentages of Color #ab165f

%59.38
%7.64
%32.99

CMYK Percentages of Color #ab165f

%0
%87
%44
%33

Triadic Colors of #ab165f

#ab165f #5fab16 #165fab

Analogous Colors of #ab165f

#ab165f #ab1816 #ab16aa

Monochromatic Colors of #ab165f

#ab165f

Complementary Color

#ab165f #16ab62

#ab165f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab165f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab165f Color CSS Codes

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

#ab165f Text Font Color

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

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


#ab165f Background Color

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

This div background color is #ab165f


#ab165f Border Color

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

This div border color is #ab165f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab165f


Comments

No comments written yet.

Please login to write comment.