Color Hex Logo

#ab91bd Color Hex

#AB91BD
(171,145,189)
0 Favorites   0 Comments

Color spaces of #ab91bd

RGB 171145189
HSL0.770.250.65
HSV275°23°74°
CMYK 0.100.230.00   0.26
XYZ36.105332.582852.5303
Yxy32.58280.29790.2688
Hunter Lab57.081313.0131-14.6059
CIE-Lab63.821718.0569-19.2368

#ab91bd color RGB value is (171,145,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 10111101
Octal 253 221 275
Decimal 171 145 189
Hex AB 91 BD

RGB Percentages of Color #ab91bd

%33.86
%28.71
%37.43

CMYK Percentages of Color #ab91bd

%10
%23
%0
%26

Triadic Colors of #ab91bd

#ab91bd #bdab91 #91bdab

Analogous Colors of #ab91bd

#ab91bd #bd91b9 #9591bd

Monochromatic Colors of #ab91bd

#ab91bd

Complementary Color

#ab91bd #a3bd91

#ab91bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab91bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab91bd Color CSS Codes

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

#ab91bd Text Font Color

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

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


#ab91bd Background Color

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

This div background color is #ab91bd


#ab91bd Border Color

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

This div border color is #ab91bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,145,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 #ab91bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab91bd


Comments

No comments written yet.

Please login to write comment.