Color Hex Logo

#a09dce Color Hex

#A09DCE
(160,157,206)
0 Favorites   0 Comments

Color spaces of #a09dce

RGB 160157206
HSL0.680.330.71
HSV244°24°81°
CMYK 0.220.240.00   0.19
XYZ37.694836.043863.3629
Yxy36.04380.27490.2629
Hunter Lab60.03657.0100-20.5495
CIE-Lab66.553411.5201-24.6429

#a09dce color RGB value is (160,157,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011101 11001110
Octal 240 235 316
Decimal 160 157 206
Hex A0 9D CE

RGB Percentages of Color #a09dce

%30.59
%30.02
%39.39

CMYK Percentages of Color #a09dce

%22
%24
%0
%19

Triadic Colors of #a09dce

#a09dce #cea09d #9dcea0

Analogous Colors of #a09dce

#a09dce #b99dce #9db3ce

Monochromatic Colors of #a09dce

#a09dce

Complementary Color

#a09dce #cbce9d

#a09dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a09dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a09dce Color CSS Codes

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

#a09dce Text Font Color

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

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


#a09dce Background Color

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

This div background color is #a09dce


#a09dce Border Color

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

This div border color is #a09dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a09dce


Comments

No comments written yet.

Please login to write comment.