Color Hex Logo

#a87ecf Color Hex

#A87ECF
(168,126,207)
0 Favorites   0 Comments

Color spaces of #a87ecf

RGB 168126207
HSL0.750.460.65
HSV271°39°81°
CMYK 0.190.390.00   0.19
XYZ34.871827.751562.5501
Yxy27.75150.27860.2217
Hunter Lab52.679725.9702-33.5232
CIE-Lab59.663631.8081-35.8049

#a87ecf color RGB value is (168,126,207).

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

The process color (four color CMYK) of #a87ecf color hex is 0.19, 0.39, 0.00, 0.19. Web safe color of #a87ecf is #9966cc. Color #a87ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111110 11001111
Octal 250 176 317
Decimal 168 126 207
Hex A8 7E CF

RGB Percentages of Color #a87ecf

%33.53
%25.15
%41.32

CMYK Percentages of Color #a87ecf

%19
%39
%0
%19

Triadic Colors of #a87ecf

#a87ecf #cfa87e #7ecfa8

Analogous Colors of #a87ecf

#a87ecf #cf7ece #807ecf

Monochromatic Colors of #a87ecf

#a87ecf

Complementary Color

#a87ecf #a5cf7e

#a87ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87ecf Color CSS Codes

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

#a87ecf Text Font Color

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

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


#a87ecf Background Color

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

This div background color is #a87ecf


#a87ecf Border Color

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

This div border color is #a87ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87ecf


Comments

No comments written yet.

Please login to write comment.