Color Hex Logo

#a887de Color Hex

#A887DE
(168,135,222)
0 Favorites   0 Comments

Color spaces of #a887de

RGB 168135222
HSL0.730.570.70
HSV263°39°87°
CMYK 0.240.390.00   0.13
XYZ37.997230.926773.0740
Yxy30.92670.26760.2178
Hunter Lab55.611824.6410-38.9789
CIE-Lab62.445730.2053-39.8534

#a887de color RGB value is (168,135,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10000111 11011110
Octal 250 207 336
Decimal 168 135 222
Hex A8 87 DE

RGB Percentages of Color #a887de

%32.00
%25.71
%42.29

CMYK Percentages of Color #a887de

%24
%39
%0
%13

Triadic Colors of #a887de

#a887de #dea887 #87dea8

Analogous Colors of #a887de

#a887de #d487de #8792de

Monochromatic Colors of #a887de

#a887de

Complementary Color

#a887de #bdde87

#a887de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a887de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a887de Color CSS Codes

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

#a887de Text Font Color

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

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


#a887de Background Color

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

This div background color is #a887de


#a887de Border Color

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

This div border color is #a887de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a887de


Comments

No comments written yet.

Please login to write comment.