Color Hex Logo

#ab87cb Color Hex

#AB87CB
(171,135,203)
0 Favorites   0 Comments

Color spaces of #ab87cb

RGB 171135203
HSL0.750.400.66
HSV272°33°80°
CMYK 0.160.330.00   0.20
XYZ36.238130.297760.4380
Yxy30.29770.28540.2386
Hunter Lab55.043321.1906-26.5705
CIE-Lab61.910226.7393-30.0385

#ab87cb color RGB value is (171,135,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000111 11001011
Octal 253 207 313
Decimal 171 135 203
Hex AB 87 CB

RGB Percentages of Color #ab87cb

%33.60
%26.52
%39.88

CMYK Percentages of Color #ab87cb

%16
%33
%0
%20

Triadic Colors of #ab87cb

#ab87cb #cbab87 #87cbab

Analogous Colors of #ab87cb

#ab87cb #cb87c9 #8987cb

Monochromatic Colors of #ab87cb

#ab87cb

Complementary Color

#ab87cb #a7cb87

#ab87cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab87cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab87cb Color CSS Codes

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

#ab87cb Text Font Color

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

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


#ab87cb Background Color

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

This div background color is #ab87cb


#ab87cb Border Color

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

This div border color is #ab87cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab87cb


Comments

No comments written yet.

Please login to write comment.