Color Hex Logo

#ab92bd Color Hex

#AB92BD
(171,146,189)
0 Favorites   0 Comments

Color spaces of #ab92bd

RGB 171146189
HSL0.760.250.66
HSV275°23°74°
CMYK 0.100.230.00   0.26
XYZ36.258832.889852.5814
Yxy32.88980.29790.2702
Hunter Lab57.349612.4932-14.2157
CIE-Lab64.071617.4922-18.8568

#ab92bd color RGB value is (171,146,189).

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

The process color (four color CMYK) of #ab92bd color hex is 0.10, 0.23, 0.00, 0.26. Web safe color of #ab92bd is #9999cc. Color #ab92bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010010 10111101
Octal 253 222 275
Decimal 171 146 189
Hex AB 92 BD

RGB Percentages of Color #ab92bd

%33.79
%28.85
%37.35

CMYK Percentages of Color #ab92bd

%10
%23
%0
%26

Triadic Colors of #ab92bd

#ab92bd #bdab92 #92bdab

Analogous Colors of #ab92bd

#ab92bd #bd92ba #9692bd

Monochromatic Colors of #ab92bd

#ab92bd

Complementary Color

#ab92bd #a4bd92

#ab92bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab92bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab92bd Color CSS Codes

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

#ab92bd Text Font Color

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

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


#ab92bd Background Color

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

This div background color is #ab92bd


#ab92bd Border Color

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

This div border color is #ab92bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab92bd


Comments

No comments written yet.

Please login to write comment.