Color Hex Logo

#a08dcd Color Hex

#A08DCD
(160,141,205)
0 Favorites   0 Comments

Color spaces of #a08dcd

RGB 160141205
HSL0.720.390.68
HSV258°31°80°
CMYK 0.220.310.00   0.20
XYZ35.041530.931161.8810
Yxy30.93110.27410.2419
Hunter Lab55.615715.1390-27.0382
CIE-Lab62.449420.3798-30.4067

#a08dcd color RGB value is (160,141,205).

#a08dcd hex color red value is 160, green value is 141 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a08dcd hue: 0.72 , saturation: 0.39 and the lightness value of a08dcd is 0.68.

The process color (four color CMYK) of #a08dcd color hex is 0.22, 0.31, 0.00, 0.20. Web safe color of #a08dcd is #9999cc. Color #a08dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001101 11001101
Octal 240 215 315
Decimal 160 141 205
Hex A0 8D CD

RGB Percentages of Color #a08dcd

%31.62
%27.87
%40.51

CMYK Percentages of Color #a08dcd

%22
%31
%0
%20

Triadic Colors of #a08dcd

#a08dcd #cda08d #8dcda0

Analogous Colors of #a08dcd

#a08dcd #c08dcd #8d9acd

Monochromatic Colors of #a08dcd

#a08dcd

Complementary Color

#a08dcd #bacd8d

#a08dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08dcd Color CSS Codes

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

#a08dcd Text Font Color

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

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


#a08dcd Background Color

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

This div background color is #a08dcd


#a08dcd Border Color

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

This div border color is #a08dcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,141,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 #a08dcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08dcd


Comments

No comments written yet.

Please login to write comment.