Color Hex Logo

#ab87de Color Hex

#AB87DE
(171,135,222)
0 Favorites   0 Comments

Color spaces of #ab87de

RGB 171135222
HSL0.740.570.70
HSV265°39°87°
CMYK 0.230.390.00   0.13
XYZ38.643431.259873.1043
Yxy31.25980.27020.2186
Hunter Lab55.910525.5298-38.3858
CIE-Lab62.726331.0720-39.3937

#ab87de color RGB value is (171,135,222).

#ab87de hex color red value is 171, green value is 135 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ab87de hue: 0.74 , saturation: 0.57 and the lightness value of ab87de is 0.70.

The process color (four color CMYK) of #ab87de color hex is 0.23, 0.39, 0.00, 0.13. Web safe color of #ab87de is #9999cc. Color #ab87de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000111 11011110
Octal 253 207 336
Decimal 171 135 222
Hex AB 87 DE

RGB Percentages of Color #ab87de

%32.39
%25.57
%42.05

CMYK Percentages of Color #ab87de

%23
%39
%0
%13

Triadic Colors of #ab87de

#ab87de #deab87 #87deab

Analogous Colors of #ab87de

#ab87de #d787de #878fde

Monochromatic Colors of #ab87de

#ab87de

Complementary Color

#ab87de #bade87

#ab87de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab87de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab87de Color CSS Codes

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

#ab87de Text Font Color

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

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


#ab87de Background Color

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

This div background color is #ab87de


#ab87de Border Color

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

This div border color is #ab87de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab87de


Comments

No comments written yet.

Please login to write comment.