Color Hex Logo

#a09ccd Color Hex

#A09CCD
(160,156,205)
0 Favorites   0 Comments

Color spaces of #a09ccd

RGB 160156205
HSL0.680.330.71
HSV245°24°80°
CMYK 0.220.240.00   0.20
XYZ37.405135.658362.6689
Yxy35.65830.27560.2627
Hunter Lab59.71467.3116-20.4231
CIE-Lab66.258011.8497-24.5403

#a09ccd color RGB value is (160,156,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011100 11001101
Octal 240 234 315
Decimal 160 156 205
Hex A0 9C CD

RGB Percentages of Color #a09ccd

%30.71
%29.94
%39.35

CMYK Percentages of Color #a09ccd

%22
%24
%0
%20

Triadic Colors of #a09ccd

#a09ccd #cda09c #9ccda0

Analogous Colors of #a09ccd

#a09ccd #b99ccd #9cb1cd

Monochromatic Colors of #a09ccd

#a09ccd

Complementary Color

#a09ccd #c9cd9c

#a09ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09ccd Color CSS Codes

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

#a09ccd Text Font Color

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

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


#a09ccd Background Color

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

This div background color is #a09ccd


#a09ccd Border Color

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

This div border color is #a09ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09ccd


Comments

No comments written yet.

Please login to write comment.