Color Hex Logo

#a87eff Color Hex

#A87EFF
(168,126,255)
0 Favorites   0 Comments

Color spaces of #a87eff

RGB 168126255
HSL0.721.000.75
HSV260°51°100°
CMYK 0.340.510.00   0.00
XYZ41.659330.466598.2927
Yxy30.46650.24450.1788
Hunter Lab55.196538.1283-66.9448
CIE-Lab62.054743.3629-58.7164

#a87eff color RGB value is (168,126,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111110 11111111
Octal 250 176 377
Decimal 168 126 255
Hex A8 7E FF

RGB Percentages of Color #a87eff

%30.60
%22.95
%46.45

CMYK Percentages of Color #a87eff

%34
%51
%0
%0

Triadic Colors of #a87eff

#a87eff #ffa87e #7effa8

Analogous Colors of #a87eff

#a87eff #e97eff #7e95ff

Monochromatic Colors of #a87eff

#a87eff

Complementary Color

#a87eff #d5ff7e

#a87eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87eff Color CSS Codes

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

#a87eff Text Font Color

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

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


#a87eff Background Color

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

This div background color is #a87eff


#a87eff Border Color

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

This div border color is #a87eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87eff

Related Colors


Comments

No comments written yet.

Please login to write comment.