Color Hex Logo

#ab8acc Color Hex

#AB8ACC
(171,138,204)
0 Favorites   0 Comments

Color spaces of #ab8acc

RGB 171138204
HSL0.750.390.67
HSV270°32°80°
CMYK 0.160.320.00   0.20
XYZ36.782131.194561.2093
Yxy31.19450.28470.2415
Hunter Lab55.852019.8125-25.8806
CIE-Lab62.671525.2633-29.4223

#ab8acc color RGB value is (171,138,204).

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

The process color (four color CMYK) of #ab8acc color hex is 0.16, 0.32, 0.00, 0.20. Web safe color of #ab8acc is #9999cc. Color #ab8acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001010 11001100
Octal 253 212 314
Decimal 171 138 204
Hex AB 8A CC

RGB Percentages of Color #ab8acc

%33.33
%26.90
%39.77

CMYK Percentages of Color #ab8acc

%16
%32
%0
%20

Triadic Colors of #ab8acc

#ab8acc #ccab8a #8accab

Analogous Colors of #ab8acc

#ab8acc #cc8acc #8a8acc

Monochromatic Colors of #ab8acc

#ab8acc

Complementary Color

#ab8acc #abcc8a

#ab8acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8acc Color CSS Codes

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

#ab8acc Text Font Color

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

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


#ab8acc Background Color

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

This div background color is #ab8acc


#ab8acc Border Color

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

This div border color is #ab8acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8acc


Comments

No comments written yet.

Please login to write comment.