Color Hex Logo

#ab91be Color Hex

#AB91BE
(171,145,190)
0 Favorites   0 Comments

Color spaces of #ab91be

RGB 171145190
HSL0.760.260.66
HSV275°24°75°
CMYK 0.100.240.00   0.25
XYZ36.214232.626453.1040
Yxy32.62640.29700.2676
Hunter Lab57.119513.2112-15.1382
CIE-Lab63.857318.2672-19.7444

#ab91be color RGB value is (171,145,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10010001 10111110
Octal 253 221 276
Decimal 171 145 190
Hex AB 91 BE

RGB Percentages of Color #ab91be

%33.79
%28.66
%37.55

CMYK Percentages of Color #ab91be

%10
%24
%0
%25

Triadic Colors of #ab91be

#ab91be #beab91 #91beab

Analogous Colors of #ab91be

#ab91be #be91bb #9591be

Monochromatic Colors of #ab91be

#ab91be

Complementary Color

#ab91be #a4be91

#ab91be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab91be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab91be Color CSS Codes

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

#ab91be Text Font Color

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

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


#ab91be Background Color

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

This div background color is #ab91be


#ab91be Border Color

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

This div border color is #ab91be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab91be


Comments

No comments written yet.

Please login to write comment.