Color Hex Logo

#a08cdc Color Hex

#A08CDC
(160,140,220)
0 Favorites   0 Comments

Color spaces of #a08cdc

RGB 160140220
HSL0.710.530.71
HSV255°36°86°
CMYK 0.270.360.00   0.14
XYZ36.793631.397171.8312
Yxy31.39710.26280.2242
Hunter Lab56.033119.1523-36.7832
CIE-Lab62.841424.5687-38.1727

#a08cdc color RGB value is (160,140,220).

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

The process color (four color CMYK) of #a08cdc color hex is 0.27, 0.36, 0.00, 0.14. Web safe color of #a08cdc is #9999cc. Color #a08cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001100 11011100
Octal 240 214 334
Decimal 160 140 220
Hex A0 8C DC

RGB Percentages of Color #a08cdc

%30.77
%26.92
%42.31

CMYK Percentages of Color #a08cdc

%27
%36
%0
%14

Triadic Colors of #a08cdc

#a08cdc #dca08c #8cdca0

Analogous Colors of #a08cdc

#a08cdc #c88cdc #8ca0dc

Monochromatic Colors of #a08cdc

#a08cdc

Complementary Color

#a08cdc #c8dc8c

#a08cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08cdc Color CSS Codes

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

#a08cdc Text Font Color

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

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


#a08cdc Background Color

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

This div background color is #a08cdc


#a08cdc Border Color

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

This div border color is #a08cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08cdc


Comments

No comments written yet.

Please login to write comment.