Color Hex Logo

#a09dec Color Hex

#A09DEC
(160,157,236)
0 Favorites   0 Comments

Color spaces of #a09dec

RGB 160157236
HSL0.670.680.77
HSV242°33°93°
CMYK 0.320.330.00   0.07
XYZ41.694537.643784.4253
Yxy37.64370.25460.2299
Hunter Lab61.354513.9325-38.6364
CIE-Lab67.757218.8900-39.3298

#a09dec color RGB value is (160,157,236).

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

The process color (four color CMYK) of #a09dec color hex is 0.32, 0.33, 0.00, 0.07. Web safe color of #a09dec is #9999ff. Color #a09dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011101 11101100
Octal 240 235 354
Decimal 160 157 236
Hex A0 9D EC

RGB Percentages of Color #a09dec

%28.93
%28.39
%42.68

CMYK Percentages of Color #a09dec

%32
%33
%0
%7

Triadic Colors of #a09dec

#a09dec #eca09d #9deca0

Analogous Colors of #a09dec

#a09dec #c89dec #9dc2ec

Monochromatic Colors of #a09dec

#a09dec

Complementary Color

#a09dec #e9ec9d

#a09dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09dec Color CSS Codes

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

#a09dec Text Font Color

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

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


#a09dec Background Color

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

This div background color is #a09dec


#a09dec Border Color

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

This div border color is #a09dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09dec


Comments

No comments written yet.

Please login to write comment.