Color Hex Logo

#a87acd Color Hex

#A87ACD
(168,122,205)
0 Favorites   0 Comments

Color spaces of #a87acd

RGB 168122205
HSL0.760.450.64
HSV273°40°80°
CMYK 0.180.400.00   0.20
XYZ34.127426.651761.1032
Yxy26.65170.28000.2187
Hunter Lab51.625327.6549-34.0374
CIE-Lab58.650533.6093-36.2595

#a87acd color RGB value is (168,122,205).

#a87acd hex color red value is 168, green value is 122 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a87acd hue: 0.76 , saturation: 0.45 and the lightness value of a87acd is 0.64.

The process color (four color CMYK) of #a87acd color hex is 0.18, 0.40, 0.00, 0.20. Web safe color of #a87acd is #9966cc. Color #a87acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111010 11001101
Octal 250 172 315
Decimal 168 122 205
Hex A8 7A CD

RGB Percentages of Color #a87acd

%33.94
%24.65
%41.41

CMYK Percentages of Color #a87acd

%18
%40
%0
%20

Triadic Colors of #a87acd

#a87acd #cda87a #7acda8

Analogous Colors of #a87acd

#a87acd #cd7ac9 #7f7acd

Monochromatic Colors of #a87acd

#a87acd

Complementary Color

#a87acd #9fcd7a

#a87acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a87acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a87acd Color CSS Codes

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

#a87acd Text Font Color

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

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


#a87acd Background Color

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

This div background color is #a87acd


#a87acd Border Color

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

This div border color is #a87acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a87acd


Comments

No comments written yet.

Please login to write comment.