Color Hex Logo

#ab87be Color Hex

#AB87BE
(171,135,190)
0 Favorites   0 Comments

Color spaces of #ab87be

RGB 171135190
HSL0.780.300.64
HSV279°29°75°
CMYK 0.100.290.00   0.25
XYZ34.752829.703652.6169
Yxy29.70360.29680.2537
Hunter Lab54.501018.4445-19.0896
CIE-Lab61.397623.9261-23.5023

#ab87be color RGB value is (171,135,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000111 10111110
Octal 253 207 276
Decimal 171 135 190
Hex AB 87 BE

RGB Percentages of Color #ab87be

%34.48
%27.22
%38.31

CMYK Percentages of Color #ab87be

%10
%29
%0
%25

Triadic Colors of #ab87be

#ab87be #beab87 #87beab

Analogous Colors of #ab87be

#ab87be #be87b6 #9087be

Monochromatic Colors of #ab87be

#ab87be

Complementary Color

#ab87be #9abe87

#ab87be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab87be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab87be Color CSS Codes

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

#ab87be Text Font Color

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

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


#ab87be Background Color

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

This div background color is #ab87be


#ab87be Border Color

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

This div border color is #ab87be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab87be


Comments

No comments written yet.

Please login to write comment.