Color Hex Logo

#ab9abe Color Hex

#AB9ABE
(171,154,190)
0 Favorites   0 Comments

Color spaces of #ab9abe

RGB 171154190
HSL0.750.220.67
HSV268°19°75°
CMYK 0.100.190.00   0.25
XYZ37.644535.486853.5808
Yxy35.48680.29710.2801
Hunter Lab59.57088.5504-11.6287
CIE-Lab66.125913.1991-16.3027

#ab9abe color RGB value is (171,154,190).

#ab9abe hex color red value is 171, green value is 154 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ab9abe hue: 0.75 , saturation: 0.22 and the lightness value of ab9abe is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10011010 10111110
Octal 253 232 276
Decimal 171 154 190
Hex AB 9A BE

RGB Percentages of Color #ab9abe

%33.20
%29.90
%36.89

CMYK Percentages of Color #ab9abe

%10
%19
%0
%25

Triadic Colors of #ab9abe

#ab9abe #beab9a #9abeab

Analogous Colors of #ab9abe

#ab9abe #bd9abe #9a9bbe

Monochromatic Colors of #ab9abe

#ab9abe

Complementary Color

#ab9abe #adbe9a

#ab9abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab9abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab9abe Color CSS Codes

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

#ab9abe Text Font Color

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

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


#ab9abe Background Color

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

This div background color is #ab9abe


#ab9abe Border Color

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

This div border color is #ab9abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab9abe


Comments

No comments written yet.

Please login to write comment.