Color Hex Logo

#a08ede Color Hex

#A08EDE
(160,142,222)
0 Favorites   0 Comments

Color spaces of #a08ede

RGB 160142222
HSL0.700.550.71
HSV254°36°87°
CMYK 0.280.360.00   0.13
XYZ37.355032.093573.3331
Yxy32.09350.26160.2248
Hunter Lab56.651118.5611-37.0933
CIE-Lab63.420123.9185-38.3801

#a08ede color RGB value is (160,142,222).

#a08ede hex color red value is 160, green value is 142 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a08ede hue: 0.70 , saturation: 0.55 and the lightness value of a08ede is 0.71.

The process color (four color CMYK) of #a08ede color hex is 0.28, 0.36, 0.00, 0.13. Web safe color of #a08ede is #9999cc. Color #a08ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001110 11011110
Octal 240 216 336
Decimal 160 142 222
Hex A0 8E DE

RGB Percentages of Color #a08ede

%30.53
%27.10
%42.37

CMYK Percentages of Color #a08ede

%28
%36
%0
%13

Triadic Colors of #a08ede

#a08ede #dea08e #8edea0

Analogous Colors of #a08ede

#a08ede #c88ede #8ea4de

Monochromatic Colors of #a08ede

#a08ede

Complementary Color

#a08ede #ccde8e

#a08ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08ede Color CSS Codes

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

#a08ede Text Font Color

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

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


#a08ede Background Color

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

This div background color is #a08ede


#a08ede Border Color

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

This div border color is #a08ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08ede


Comments

No comments written yet.

Please login to write comment.