Color Hex Logo

#ab92bf Color Hex

#AB92BF
(171,146,191)
0 Favorites   0 Comments

Color spaces of #ab92bf

RGB 171146191
HSL0.760.260.66
HSV273°24°75°
CMYK 0.100.240.00   0.25
XYZ36.477432.977353.7329
Yxy32.97730.29610.2677
Hunter Lab57.425912.8895-15.2790
CIE-Lab64.142517.9137-19.8716

#ab92bf color RGB value is (171,146,191).

#ab92bf hex color red value is 171, green value is 146 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab92bf hue: 0.76 , saturation: 0.26 and the lightness value of ab92bf is 0.66.

The process color (four color CMYK) of #ab92bf color hex is 0.10, 0.24, 0.00, 0.25. Web safe color of #ab92bf is #9999cc. Color #ab92bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 10111111
Octal 253 222 277
Decimal 171 146 191
Hex AB 92 BF

RGB Percentages of Color #ab92bf

%33.66
%28.74
%37.60

CMYK Percentages of Color #ab92bf

%10
%24
%0
%25

Triadic Colors of #ab92bf

#ab92bf #bfab92 #92bfab

Analogous Colors of #ab92bf

#ab92bf #bf92bd #9592bf

Monochromatic Colors of #ab92bf

#ab92bf

Complementary Color

#ab92bf #a6bf92

#ab92bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab92bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab92bf Color CSS Codes

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

#ab92bf Text Font Color

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

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


#ab92bf Background Color

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

This div background color is #ab92bf


#ab92bf Border Color

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

This div border color is #ab92bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab92bf


Comments

No comments written yet.

Please login to write comment.