Color Hex Logo

#a08cdd Color Hex

#A08CDD
(160,140,221)
0 Favorites   0 Comments

Color spaces of #a08cdd

RGB 160140221
HSL0.710.540.71
HSV255°37°87°
CMYK 0.280.370.00   0.13
XYZ36.926431.450272.5309
Yxy31.45020.26210.2232
Hunter Lab56.080519.3932-37.4256
CIE-Lab62.885924.8151-38.6596

#a08cdd color RGB value is (160,140,221).

#a08cdd hex color red value is 160, green value is 140 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a08cdd hue: 0.71 , saturation: 0.54 and the lightness value of a08cdd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001100 11011101
Octal 240 214 335
Decimal 160 140 221
Hex A0 8C DD

RGB Percentages of Color #a08cdd

%30.71
%26.87
%42.42

CMYK Percentages of Color #a08cdd

%28
%37
%0
%13

Triadic Colors of #a08cdd

#a08cdd #dda08c #8cdda0

Analogous Colors of #a08cdd

#a08cdd #c98cdd #8ca1dd

Monochromatic Colors of #a08cdd

#a08cdd

Complementary Color

#a08cdd #c9dd8c

#a08cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08cdd Color CSS Codes

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

#a08cdd Text Font Color

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

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


#a08cdd Background Color

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

This div background color is #a08cdd


#a08cdd Border Color

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

This div border color is #a08cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08cdd


Comments

No comments written yet.

Please login to write comment.