Color Hex Logo

#ab8acb Color Hex

#AB8ACB
(171,138,203)
0 Favorites   0 Comments

Color spaces of #ab8acb

RGB 171138203
HSL0.750.380.67
HSV270°32°80°
CMYK 0.160.320.00   0.20
XYZ36.662631.146760.5795
Yxy31.14670.28560.2426
Hunter Lab55.809219.5954-25.2913
CIE-Lab62.631325.0415-28.9235

#ab8acb color RGB value is (171,138,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10001010 11001011
Octal 253 212 313
Decimal 171 138 203
Hex AB 8A CB

RGB Percentages of Color #ab8acb

%33.40
%26.95
%39.65

CMYK Percentages of Color #ab8acb

%16
%32
%0
%20

Triadic Colors of #ab8acb

#ab8acb #cbab8a #8acbab

Analogous Colors of #ab8acb

#ab8acb #cb8acb #8b8acb

Monochromatic Colors of #ab8acb

#ab8acb

Complementary Color

#ab8acb #aacb8a

#ab8acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab8acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab8acb Color CSS Codes

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

#ab8acb Text Font Color

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

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


#ab8acb Background Color

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

This div background color is #ab8acb


#ab8acb Border Color

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

This div border color is #ab8acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab8acb


Comments

No comments written yet.

Please login to write comment.