Color Hex Logo

#a06ddc Color Hex

#A06DDC
(160,109,220)
0 Favorites   0 Comments

Color spaces of #a06ddc

RGB 160109220
HSL0.740.610.65
HSV268°50°86°
CMYK 0.270.500.00   0.14
XYZ32.884123.578270.5280
Yxy23.57820.25890.1857
Hunter Lab48.557435.9086-52.1266
CIE-Lab55.663042.1176-49.4900

#a06ddc color RGB value is (160,109,220).

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

The process color (four color CMYK) of #a06ddc color hex is 0.27, 0.50, 0.00, 0.14. Web safe color of #a06ddc is #9966cc. Color #a06ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101101 11011100
Octal 240 155 334
Decimal 160 109 220
Hex A0 6D DC

RGB Percentages of Color #a06ddc

%32.72
%22.29
%44.99

CMYK Percentages of Color #a06ddc

%27
%50
%0
%14

Triadic Colors of #a06ddc

#a06ddc #dca06d #6ddca0

Analogous Colors of #a06ddc

#a06ddc #d86ddc #6d72dc

Monochromatic Colors of #a06ddc

#a06ddc

Complementary Color

#a06ddc #a9dc6d

#a06ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06ddc Color CSS Codes

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

#a06ddc Text Font Color

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

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


#a06ddc Background Color

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

This div background color is #a06ddc


#a06ddc Border Color

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

This div border color is #a06ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06ddc


Comments

No comments written yet.

Please login to write comment.