Color Hex Logo

#a87fdd Color Hex

#A87FDD
(168,127,221)
0 Favorites   0 Comments

Color spaces of #a87fdd

RGB 168127221
HSL0.740.580.68
HSV266°43°87°
CMYK 0.240.430.00   0.13
XYZ36.789028.724072.0119
Yxy28.72400.26750.2089
Hunter Lab53.594828.7367-42.1479
CIE-Lab60.537334.4852-42.2913

#a87fdd color RGB value is (168,127,221).

#a87fdd hex color red value is 168, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a87fdd hue: 0.74 , saturation: 0.58 and the lightness value of a87fdd is 0.68.

The process color (four color CMYK) of #a87fdd color hex is 0.24, 0.43, 0.00, 0.13. Web safe color of #a87fdd is #9966cc. Color #a87fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111111 11011101
Octal 250 177 335
Decimal 168 127 221
Hex A8 7F DD

RGB Percentages of Color #a87fdd

%32.56
%24.61
%42.83

CMYK Percentages of Color #a87fdd

%24
%43
%0
%13

Triadic Colors of #a87fdd

#a87fdd #dda87f #7fdda8

Analogous Colors of #a87fdd

#a87fdd #d77fdd #7f85dd

Monochromatic Colors of #a87fdd

#a87fdd

Complementary Color

#a87fdd #b4dd7f

#a87fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87fdd Color CSS Codes

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

#a87fdd Text Font Color

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

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


#a87fdd Background Color

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

This div background color is #a87fdd


#a87fdd Border Color

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

This div border color is #a87fdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,127,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87fdd


Comments

No comments written yet.

Please login to write comment.