Color Hex Logo

#a09bcd Color Hex

#A09BCD
(160,155,205)
0 Favorites   0 Comments

Color spaces of #a09bcd

RGB 160155205
HSL0.680.330.71
HSV246°24°80°
CMYK 0.220.240.00   0.20
XYZ37.238035.324162.6132
Yxy35.32410.27550.2613
Hunter Lab59.43417.8283-20.8576
CIE-Lab66.000212.4145-24.9355

#a09bcd color RGB value is (160,155,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011011 11001101
Octal 240 233 315
Decimal 160 155 205
Hex A0 9B CD

RGB Percentages of Color #a09bcd

%30.77
%29.81
%39.42

CMYK Percentages of Color #a09bcd

%22
%24
%0
%20

Triadic Colors of #a09bcd

#a09bcd #cda09b #9bcda0

Analogous Colors of #a09bcd

#a09bcd #b99bcd #9bafcd

Monochromatic Colors of #a09bcd

#a09bcd

Complementary Color

#a09bcd #c8cd9b

#a09bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09bcd Color CSS Codes

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

#a09bcd Text Font Color

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

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


#a09bcd Background Color

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

This div background color is #a09bcd


#a09bcd Border Color

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

This div border color is #a09bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09bcd


Comments

No comments written yet.

Please login to write comment.