Color Hex Logo

#a06ddd Color Hex

#A06DDD
(160,109,221)
0 Favorites   0 Comments

Color spaces of #a06ddd

RGB 160109221
HSL0.740.620.65
HSV267°51°87°
CMYK 0.280.510.00   0.13
XYZ33.017023.631371.2277
Yxy23.63130.25820.1848
Hunter Lab48.612036.1651-52.8449
CIE-Lab55.716742.3581-49.9677

#a06ddd color RGB value is (160,109,221).

#a06ddd hex color red value is 160, green value is 109 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a06ddd hue: 0.74 , saturation: 0.62 and the lightness value of a06ddd is 0.65.

The process color (four color CMYK) of #a06ddd color hex is 0.28, 0.51, 0.00, 0.13. Web safe color of #a06ddd is #9966cc. Color #a06ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101101 11011101
Octal 240 155 335
Decimal 160 109 221
Hex A0 6D DD

RGB Percentages of Color #a06ddd

%32.65
%22.24
%45.10

CMYK Percentages of Color #a06ddd

%28
%51
%0
%13

Triadic Colors of #a06ddd

#a06ddd #dda06d #6ddda0

Analogous Colors of #a06ddd

#a06ddd #d86ddd #6d72dd

Monochromatic Colors of #a06ddd

#a06ddd

Complementary Color

#a06ddd #aadd6d

#a06ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06ddd Color CSS Codes

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

#a06ddd Text Font Color

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

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


#a06ddd Background Color

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

This div background color is #a06ddd


#a06ddd Border Color

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

This div border color is #a06ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06ddd


Comments

No comments written yet.

Please login to write comment.