Color Hex Logo

#a09dcc Color Hex

#A09DCC
(160,157,204)
0 Favorites   0 Comments

Color spaces of #a09dcc

RGB 160157204
HSL0.680.320.71
HSV244°23°80°
CMYK 0.220.230.00   0.20
XYZ37.453335.947262.0912
Yxy35.94720.27640.2653
Hunter Lab59.95606.5824-19.4323
CIE-Lab66.479611.0521-23.6456

#a09dcc color RGB value is (160,157,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011101 11001100
Octal 240 235 314
Decimal 160 157 204
Hex A0 9D CC

RGB Percentages of Color #a09dcc

%30.71
%30.13
%39.16

CMYK Percentages of Color #a09dcc

%22
%23
%0
%20

Triadic Colors of #a09dcc

#a09dcc #cca09d #9dcca0

Analogous Colors of #a09dcc

#a09dcc #b89dcc #9db2cc

Monochromatic Colors of #a09dcc

#a09dcc

Complementary Color

#a09dcc #c9cc9d

#a09dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09dcc Color CSS Codes

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

#a09dcc Text Font Color

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

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


#a09dcc Background Color

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

This div background color is #a09dcc


#a09dcc Border Color

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

This div border color is #a09dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,157,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a09dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09dcc


Comments

No comments written yet.

Please login to write comment.