Color Hex Logo

#a09cce Color Hex

#A09CCE
(160,156,206)
0 Favorites   0 Comments

Color spaces of #a09cce

RGB 160156206
HSL0.680.340.71
HSV245°24°81°
CMYK 0.220.240.00   0.19
XYZ37.526235.706763.3068
Yxy35.70670.27480.2615
Hunter Lab59.75517.5266-20.9855
CIE-Lab66.295212.0844-25.0388

#a09cce color RGB value is (160,156,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011100 11001110
Octal 240 234 316
Decimal 160 156 206
Hex A0 9C CE

RGB Percentages of Color #a09cce

%30.65
%29.89
%39.46

CMYK Percentages of Color #a09cce

%22
%24
%0
%19

Triadic Colors of #a09cce

#a09cce #cea09c #9ccea0

Analogous Colors of #a09cce

#a09cce #b99cce #9cb1ce

Monochromatic Colors of #a09cce

#a09cce

Complementary Color

#a09cce #cace9c

#a09cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09cce Color CSS Codes

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

#a09cce Text Font Color

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

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


#a09cce Background Color

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

This div background color is #a09cce


#a09cce Border Color

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

This div border color is #a09cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09cce


Comments

No comments written yet.

Please login to write comment.