Color Hex Logo

#a87ffe Color Hex

#A87FFE
(168,127,254)
0 Favorites   0 Comments

Color spaces of #a87ffe

RGB 168127254
HSL0.720.980.75
HSV259°50°100°
CMYK 0.340.500.00   0.00
XYZ41.627230.659397.4898
Yxy30.65930.24520.1806
Hunter Lab55.370837.2954-65.6306
CIE-Lab62.219042.5572-57.9054

#a87ffe color RGB value is (168,127,254).

#a87ffe hex color red value is 168, green value is 127 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #a87ffe hue: 0.72 , saturation: 0.98 and the lightness value of a87ffe is 0.75.

The process color (four color CMYK) of #a87ffe color hex is 0.34, 0.50, 0.00, 0.00. Web safe color of #a87ffe is #9966ff. Color #a87ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111111 11111110
Octal 250 177 376
Decimal 168 127 254
Hex A8 7F FE

RGB Percentages of Color #a87ffe

%30.60
%23.13
%46.27

CMYK Percentages of Color #a87ffe

%34
%50
%0
%0

Triadic Colors of #a87ffe

#a87ffe #fea87f #7ffea8

Analogous Colors of #a87ffe

#a87ffe #e87ffe #7f96fe

Monochromatic Colors of #a87ffe

#a87ffe

Complementary Color

#a87ffe #d5fe7f

#a87ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87ffe Color CSS Codes

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

#a87ffe Text Font Color

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

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


#a87ffe Background Color

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

This div background color is #a87ffe


#a87ffe Border Color

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

This div border color is #a87ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.