Color Hex Logo

#a06dcd Color Hex

#A06DCD
(160,109,205)
0 Favorites   0 Comments

Color spaces of #a06dcd

RGB 160109205
HSL0.760.490.62
HSV272°47°80°
CMYK 0.220.470.00   0.20
XYZ30.985322.818660.5289
Yxy22.81860.27100.1996
Hunter Lab47.768832.1888-41.6895
CIE-Lab54.885038.5806-42.2334

#a06dcd color RGB value is (160,109,205).

#a06dcd hex color red value is 160, green value is 109 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a06dcd hue: 0.76 , saturation: 0.49 and the lightness value of a06dcd is 0.62.

The process color (four color CMYK) of #a06dcd color hex is 0.22, 0.47, 0.00, 0.20. Web safe color of #a06dcd is #9966cc. Color #a06dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101101 11001101
Octal 240 155 315
Decimal 160 109 205
Hex A0 6D CD

RGB Percentages of Color #a06dcd

%33.76
%23.00
%43.25

CMYK Percentages of Color #a06dcd

%22
%47
%0
%20

Triadic Colors of #a06dcd

#a06dcd #cda06d #6dcda0

Analogous Colors of #a06dcd

#a06dcd #cd6dca #706dcd

Monochromatic Colors of #a06dcd

#a06dcd

Complementary Color

#a06dcd #9acd6d

#a06dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06dcd Color CSS Codes

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

#a06dcd Text Font Color

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

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


#a06dcd Background Color

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

This div background color is #a06dcd


#a06dcd Border Color

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

This div border color is #a06dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06dcd


Comments

No comments written yet.

Please login to write comment.