Color Hex Logo

#a87eef Color Hex

#A87EEF
(168,126,239)
0 Favorites   0 Comments

Color spaces of #a87eef

RGB 168126239
HSL0.730.780.72
HSV262°47°94°
CMYK 0.300.470.00   0.06
XYZ39.189329.478585.2858
Yxy29.47850.25460.1915
Hunter Lab54.294133.8260-55.1275
CIE-Lab61.201639.3801-51.2547

#a87eef color RGB value is (168,126,239).

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

The process color (four color CMYK) of #a87eef color hex is 0.30, 0.47, 0.00, 0.06. Web safe color of #a87eef is #9966ff. Color #a87eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111110 11101111
Octal 250 176 357
Decimal 168 126 239
Hex A8 7E EF

RGB Percentages of Color #a87eef

%31.52
%23.64
%44.84

CMYK Percentages of Color #a87eef

%30
%47
%0
%6

Triadic Colors of #a87eef

#a87eef #efa87e #7eefa8

Analogous Colors of #a87eef

#a87eef #e17eef #7e8def

Monochromatic Colors of #a87eef

#a87eef

Complementary Color

#a87eef #c5ef7e

#a87eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87eef Color CSS Codes

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

#a87eef Text Font Color

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

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


#a87eef Background Color

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

This div background color is #a87eef


#a87eef Border Color

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

This div border color is #a87eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87eef


Comments

No comments written yet.

Please login to write comment.