Color Hex Logo

#a09ecc Color Hex

#A09ECC
(160,158,204)
1 Favorites   0 Comments

Color spaces of #a09ecc

RGB 160158204
HSL0.670.310.71
HSV243°23°80°
CMYK 0.220.230.00   0.20
XYZ37.623136.286962.1479
Yxy36.28690.27650.2667
Hunter Lab60.23866.0678-19.0022
CIE-Lab66.738610.4889-23.2495

#a09ecc color RGB value is (160,158,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011110 11001100
Octal 240 236 314
Decimal 160 158 204
Hex A0 9E CC

RGB Percentages of Color #a09ecc

%30.65
%30.27
%39.08

CMYK Percentages of Color #a09ecc

%22
%23
%0
%20

Triadic Colors of #a09ecc

#a09ecc #cca09e #9ecca0

Analogous Colors of #a09ecc

#a09ecc #b79ecc #9eb3cc

Monochromatic Colors of #a09ecc

#a09ecc

Complementary Color

#a09ecc #cacc9e

#a09ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09ecc Color CSS Codes

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

#a09ecc Text Font Color

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

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


#a09ecc Background Color

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

This div background color is #a09ecc


#a09ecc Border Color

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

This div border color is #a09ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09ecc

#a09ecc Color Palettes


Comments

No comments written yet.

Please login to write comment.