Color Hex Logo

#ab8ab9 Color Hex

#AB8AB9
(171,138,185)
0 Favorites   0 Comments

Color spaces of #ab8ab9

RGB 171138185
HSL0.780.250.63
HSV282°25°73°
CMYK 0.080.250.00   0.27
XYZ34.640030.337749.9290
Yxy30.33770.30150.2640
Hunter Lab55.079715.8705-15.1898
CIE-Lab61.944521.1816-19.8401

#ab8ab9 color RGB value is (171,138,185).

#ab8ab9 hex color red value is 171, green value is 138 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ab8ab9 hue: 0.78 , saturation: 0.25 and the lightness value of ab8ab9 is 0.63.

The process color (four color CMYK) of #ab8ab9 color hex is 0.08, 0.25, 0.00, 0.27. Web safe color of #ab8ab9 is #9999cc. Color #ab8ab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001010 10111001
Octal 253 212 271
Decimal 171 138 185
Hex AB 8A B9

RGB Percentages of Color #ab8ab9

%34.62
%27.94
%37.45

CMYK Percentages of Color #ab8ab9

%8
%25
%0
%27

Triadic Colors of #ab8ab9

#ab8ab9 #b9ab8a #8ab9ab

Analogous Colors of #ab8ab9

#ab8ab9 #b98ab0 #948ab9

Monochromatic Colors of #ab8ab9

#ab8ab9

Complementary Color

#ab8ab9 #98b98a

#ab8ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8ab9 Color CSS Codes

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

#ab8ab9 Text Font Color

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

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


#ab8ab9 Background Color

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

This div background color is #ab8ab9


#ab8ab9 Border Color

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

This div border color is #ab8ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8ab9


Comments

No comments written yet.

Please login to write comment.