Color Hex Logo

#ab8abc Color Hex

#AB8ABC
(171,138,188)
0 Favorites   0 Comments

Color spaces of #ab8abc

RGB 171138188
HSL0.780.270.64
HSV280°27°74°
CMYK 0.090.270.00   0.26
XYZ34.960230.465751.6148
Yxy30.46570.29870.2603
Hunter Lab55.195716.4668-16.8064
CIE-Lab62.054021.8068-21.3680

#ab8abc color RGB value is (171,138,188).

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

The process color (four color CMYK) of #ab8abc color hex is 0.09, 0.27, 0.00, 0.26. Web safe color of #ab8abc is #9999cc. Color #ab8abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001010 10111100
Octal 253 212 274
Decimal 171 138 188
Hex AB 8A BC

RGB Percentages of Color #ab8abc

%34.41
%27.77
%37.83

CMYK Percentages of Color #ab8abc

%9
%27
%0
%26

Triadic Colors of #ab8abc

#ab8abc #bcab8a #8abcab

Analogous Colors of #ab8abc

#ab8abc #bc8ab4 #928abc

Monochromatic Colors of #ab8abc

#ab8abc

Complementary Color

#ab8abc #9bbc8a

#ab8abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8abc Color CSS Codes

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

#ab8abc Text Font Color

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

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


#ab8abc Background Color

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

This div background color is #ab8abc


#ab8abc Border Color

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

This div border color is #ab8abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8abc


Comments

No comments written yet.

Please login to write comment.