Color Hex Logo

#ab92ad Color Hex

#AB92AD
(171,146,173)
0 Favorites   0 Comments

Color spaces of #ab92ad

RGB 171146173
HSL0.820.140.63
HSV296°16°68°
CMYK 0.010.160.00   0.32
XYZ34.616332.232843.9322
Yxy32.23280.31250.2910
Hunter Lab56.77399.4809-6.1374
CIE-Lab63.534814.2453-10.6585

#ab92ad color RGB value is (171,146,173).

#ab92ad hex color red value is 171, green value is 146 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ab92ad hue: 0.82 , saturation: 0.14 and the lightness value of ab92ad is 0.63.

The process color (four color CMYK) of #ab92ad color hex is 0.01, 0.16, 0.00, 0.32. Web safe color of #ab92ad is #999999. Color #ab92ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 10101101
Octal 253 222 255
Decimal 171 146 173
Hex AB 92 AD

RGB Percentages of Color #ab92ad

%34.90
%29.80
%35.31

CMYK Percentages of Color #ab92ad

%1
%16
%0
%32

Triadic Colors of #ab92ad

#ab92ad #adab92 #92adab

Analogous Colors of #ab92ad

#ab92ad #ad92a2 #9e92ad

Monochromatic Colors of #ab92ad

#ab92ad

Complementary Color

#ab92ad #94ad92

#ab92ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab92ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab92ad Color CSS Codes

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

#ab92ad Text Font Color

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

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


#ab92ad Background Color

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

This div background color is #ab92ad


#ab92ad Border Color

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

This div border color is #ab92ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab92ad


Comments

No comments written yet.

Please login to write comment.