Color Hex Logo

#a87eed Color Hex

#A87EED
(168,126,237)
0 Favorites   0 Comments

Color spaces of #a87eed

RGB 168126237
HSL0.730.760.71
HSV263°47°93°
CMYK 0.290.470.00   0.07
XYZ38.895429.361083.7380
Yxy29.36100.25590.1932
Hunter Lab54.185833.3049-53.6959
CIE-Lab61.098938.8902-50.3097

#a87eed color RGB value is (168,126,237).

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

The process color (four color CMYK) of #a87eed color hex is 0.29, 0.47, 0.00, 0.07. Web safe color of #a87eed is #9966ff. Color #a87eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111110 11101101
Octal 250 176 355
Decimal 168 126 237
Hex A8 7E ED

RGB Percentages of Color #a87eed

%31.64
%23.73
%44.63

CMYK Percentages of Color #a87eed

%29
%47
%0
%7

Triadic Colors of #a87eed

#a87eed #eda87e #7eeda8

Analogous Colors of #a87eed

#a87eed #e07eed #7e8ced

Monochromatic Colors of #a87eed

#a87eed

Complementary Color

#a87eed #c3ed7e

#a87eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87eed Color CSS Codes

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

#a87eed Text Font Color

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

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


#a87eed Background Color

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

This div background color is #a87eed


#a87eed Border Color

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

This div border color is #a87eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87eed


Comments

No comments written yet.

Please login to write comment.