Color Hex Logo

#a06ede Color Hex

#A06EDE
(160,110,222)
0 Favorites   0 Comments

Color spaces of #a06ede

RGB 160110222
HSL0.740.630.65
HSV267°50°87°
CMYK 0.280.500.00   0.13
XYZ33.258023.899471.9674
Yxy23.89940.25760.1851
Hunter Lab48.887035.8819-53.0609
CIE-Lab55.986942.0466-50.1008

#a06ede color RGB value is (160,110,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101110 11011110
Octal 240 156 336
Decimal 160 110 222
Hex A0 6E DE

RGB Percentages of Color #a06ede

%32.52
%22.36
%45.12

CMYK Percentages of Color #a06ede

%28
%50
%0
%13

Triadic Colors of #a06ede

#a06ede #dea06e #6edea0

Analogous Colors of #a06ede

#a06ede #d86ede #6e74de

Monochromatic Colors of #a06ede

#a06ede

Complementary Color

#a06ede #acde6e

#a06ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06ede Color CSS Codes

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

#a06ede Text Font Color

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

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


#a06ede Background Color

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

This div background color is #a06ede


#a06ede Border Color

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

This div border color is #a06ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06ede


Comments

No comments written yet.

Please login to write comment.