Color Hex Logo

#a87efc Color Hex

#A87EFC
(168,126,252)
0 Favorites   0 Comments

Color spaces of #a87efc

RGB 168126252
HSL0.720.950.74
HSV260°50°99°
CMYK 0.330.500.00   0.01
XYZ41.180030.274895.7687
Yxy30.27480.24630.1810
Hunter Lab55.022537.3036-64.6806
CIE-Lab61.890642.6079-57.3304

#a87efc color RGB value is (168,126,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111110 11111100
Octal 250 176 374
Decimal 168 126 252
Hex A8 7E FC

RGB Percentages of Color #a87efc

%30.77
%23.08
%46.15

CMYK Percentages of Color #a87efc

%33
%50
%0
%1

Triadic Colors of #a87efc

#a87efc #fca87e #7efca8

Analogous Colors of #a87efc

#a87efc #e77efc #7e93fc

Monochromatic Colors of #a87efc

#a87efc

Complementary Color

#a87efc #d2fc7e

#a87efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87efc Color CSS Codes

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

#a87efc Text Font Color

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

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


#a87efc Background Color

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

This div background color is #a87efc


#a87efc Border Color

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

This div border color is #a87efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87efc


Comments

No comments written yet.

Please login to write comment.