Color Hex Logo

#a06edd Color Hex

#A06EDD
(160,110,221)
0 Favorites   0 Comments

Color spaces of #a06edd

RGB 160110221
HSL0.740.620.65
HSV267°50°87°
CMYK 0.280.500.00   0.13
XYZ33.124323.845971.2635
Yxy23.84590.25830.1860
Hunter Lab48.832335.6251-52.3424
CIE-Lab55.933241.8055-49.6236

#a06edd color RGB value is (160,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101110 11011101
Octal 240 156 335
Decimal 160 110 221
Hex A0 6E DD

RGB Percentages of Color #a06edd

%32.59
%22.40
%45.01

CMYK Percentages of Color #a06edd

%28
%50
%0
%13

Triadic Colors of #a06edd

#a06edd #dda06e #6edda0

Analogous Colors of #a06edd

#a06edd #d86edd #6e74dd

Monochromatic Colors of #a06edd

#a06edd

Complementary Color

#a06edd #abdd6e

#a06edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06edd Color CSS Codes

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

#a06edd Text Font Color

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

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


#a06edd Background Color

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

This div background color is #a06edd


#a06edd Border Color

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

This div border color is #a06edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06edd


Comments

No comments written yet.

Please login to write comment.