Color Hex Logo

#a87fde Color Hex

#A87FDE
(168,127,222)
0 Favorites   0 Comments

Color spaces of #a87fde

RGB 168127222
HSL0.740.590.68
HSV266°43°87°
CMYK 0.240.430.00   0.13
XYZ36.922628.777572.7158
Yxy28.77750.26680.2079
Hunter Lab53.644728.9800-42.8168
CIE-Lab60.584834.7211-42.7753

#a87fde color RGB value is (168,127,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111111 11011110
Octal 250 177 336
Decimal 168 127 222
Hex A8 7F DE

RGB Percentages of Color #a87fde

%32.50
%24.56
%42.94

CMYK Percentages of Color #a87fde

%24
%43
%0
%13

Triadic Colors of #a87fde

#a87fde #dea87f #7fdea8

Analogous Colors of #a87fde

#a87fde #d87fde #7f86de

Monochromatic Colors of #a87fde

#a87fde

Complementary Color

#a87fde #b5de7f

#a87fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87fde Color CSS Codes

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

#a87fde Text Font Color

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

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


#a87fde Background Color

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

This div background color is #a87fde


#a87fde Border Color

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

This div border color is #a87fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87fde


Comments

No comments written yet.

Please login to write comment.