Color Hex Logo

#ab165b Color Hex

#AB165B
(171,22,91)
0 Favorites   0 Comments

Color spaces of #ab165b

RGB 1712291
HSL0.920.770.38
HSV332°87°67°
CMYK 0.000.870.47   0.33
XYZ18.96989.987110.8254
Yxy9.98710.47680.2510
Hunter Lab31.602451.84321.8119
CIE-Lab37.819360.21900.1392

#ab165b color RGB value is (171,22,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010110 01011011
Octal 253 26 133
Decimal 171 22 91
Hex AB 16 5B

RGB Percentages of Color #ab165b

%60.21
%7.75
%32.04

CMYK Percentages of Color #ab165b

%0
%87
%47
%33

Triadic Colors of #ab165b

#ab165b #5bab16 #165bab

Analogous Colors of #ab165b

#ab165b #ab1c16 #ab16a6

Monochromatic Colors of #ab165b

#ab165b

Complementary Color

#ab165b #16ab66

#ab165b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab165b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab165b Color CSS Codes

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

#ab165b Text Font Color

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

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


#ab165b Background Color

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

This div background color is #ab165b


#ab165b Border Color

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

This div border color is #ab165b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab165b


Comments

No comments written yet.

Please login to write comment.