Color Hex Logo

#ab165e Color Hex

#AB165E
(171,22,94)
0 Favorites   0 Comments

Color spaces of #ab165e

RGB 1712294
HSL0.920.770.38
HSV331°87°67°
CMYK 0.000.870.45   0.33
XYZ19.101910.039911.5208
Yxy10.03990.46980.2469
Hunter Lab31.685852.15920.6225
CIE-Lab37.913960.4876-1.6405

#ab165e color RGB value is (171,22,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010110 01011110
Octal 253 26 136
Decimal 171 22 94
Hex AB 16 5E

RGB Percentages of Color #ab165e

%59.58
%7.67
%32.75

CMYK Percentages of Color #ab165e

%0
%87
%45
%33

Triadic Colors of #ab165e

#ab165e #5eab16 #165eab

Analogous Colors of #ab165e

#ab165e #ab1916 #ab16a9

Monochromatic Colors of #ab165e

#ab165e

Complementary Color

#ab165e #16ab63

#ab165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab165e Color CSS Codes

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

#ab165e Text Font Color

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

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


#ab165e Background Color

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

This div background color is #ab165e


#ab165e Border Color

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

This div border color is #ab165e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab165e


Comments

No comments written yet.

Please login to write comment.