Color Hex Logo

#a06ccd Color Hex

#A06CCD
(160,108,205)
0 Favorites   0 Comments

Color spaces of #a06ccd

RGB 160108205
HSL0.760.490.61
HSV272°47°80°
CMYK 0.220.470.00   0.20
XYZ30.879222.606560.4936
Yxy22.60650.27090.1983
Hunter Lab47.546332.7218-42.1528
CIE-Lab54.664739.1370-42.5812

#a06ccd color RGB value is (160,108,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101100 11001101
Octal 240 154 315
Decimal 160 108 205
Hex A0 6C CD

RGB Percentages of Color #a06ccd

%33.83
%22.83
%43.34

CMYK Percentages of Color #a06ccd

%22
%47
%0
%20

Triadic Colors of #a06ccd

#a06ccd #cda06c #6ccda0

Analogous Colors of #a06ccd

#a06ccd #cd6cca #706ccd

Monochromatic Colors of #a06ccd

#a06ccd

Complementary Color

#a06ccd #99cd6c

#a06ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06ccd Color CSS Codes

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

#a06ccd Text Font Color

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

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


#a06ccd Background Color

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

This div background color is #a06ccd


#a06ccd Border Color

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

This div border color is #a06ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06ccd


Comments

No comments written yet.

Please login to write comment.