Color Hex Logo

#ab87bf Color Hex

#AB87BF
(171,135,191)
0 Favorites   0 Comments

Color spaces of #ab87bf

RGB 171135191
HSL0.770.300.64
HSV279°29°75°
CMYK 0.100.290.00   0.25
XYZ34.862529.747553.1946
Yxy29.74750.29590.2525
Hunter Lab54.541318.6491-19.6472
CIE-Lab61.435724.1376-24.0089

#ab87bf color RGB value is (171,135,191).

#ab87bf hex color red value is 171, green value is 135 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab87bf hue: 0.77 , saturation: 0.30 and the lightness value of ab87bf is 0.64.

The process color (four color CMYK) of #ab87bf color hex is 0.10, 0.29, 0.00, 0.25. Web safe color of #ab87bf is #9999cc. Color #ab87bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000111 10111111
Octal 253 207 277
Decimal 171 135 191
Hex AB 87 BF

RGB Percentages of Color #ab87bf

%34.41
%27.16
%38.43

CMYK Percentages of Color #ab87bf

%10
%29
%0
%25

Triadic Colors of #ab87bf

#ab87bf #bfab87 #87bfab

Analogous Colors of #ab87bf

#ab87bf #bf87b7 #8f87bf

Monochromatic Colors of #ab87bf

#ab87bf

Complementary Color

#ab87bf #9bbf87

#ab87bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab87bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab87bf Color CSS Codes

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

#ab87bf Text Font Color

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

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


#ab87bf Background Color

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

This div background color is #ab87bf


#ab87bf Border Color

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

This div border color is #ab87bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab87bf


Comments

No comments written yet.

Please login to write comment.