Color Hex Logo

#ab169d Color Hex

#AB169D
(171,22,157)
0 Favorites   0 Comments

Color spaces of #ab169d

RGB 17122157
HSL0.850.770.38
HSV306°87°67°
CMYK 0.000.870.08   0.33
XYZ23.167311.666132.9290
Yxy11.66610.34190.1722
Hunter Lab34.155761.3015-33.2517
CIE-Lab40.680468.0192-36.5216

#ab169d color RGB value is (171,22,157).

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

The process color (four color CMYK) of #ab169d color hex is 0.00, 0.87, 0.08, 0.33. Web safe color of #ab169d is #990099. Color #ab169d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00010110 10011101
Octal 253 26 235
Decimal 171 22 157
Hex AB 16 9D

RGB Percentages of Color #ab169d

%48.86
%6.29
%44.86

CMYK Percentages of Color #ab169d

%0
%87
%8
%33

Triadic Colors of #ab169d

#ab169d #9dab16 #169dab

Analogous Colors of #ab169d

#ab169d #ab1653 #6f16ab

Monochromatic Colors of #ab169d

#ab169d

Complementary Color

#ab169d #16ab24

#ab169d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab169d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab169d Color CSS Codes

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

#ab169d Text Font Color

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

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


#ab169d Background Color

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

This div background color is #ab169d


#ab169d Border Color

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

This div border color is #ab169d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab169d


Comments

No comments written yet.

Please login to write comment.