Color Hex Logo

#a08dce Color Hex

#A08DCE
(160,141,206)
0 Favorites   0 Comments

Color spaces of #a08dce

RGB 160141206
HSL0.720.400.68
HSV258°32°81°
CMYK 0.220.320.00   0.19
XYZ35.162730.979662.5189
Yxy30.97960.27330.2408
Hunter Lab55.659315.3633-27.6355
CIE-Lab62.490420.6160-30.9034

#a08dce color RGB value is (160,141,206).

#a08dce hex color red value is 160, green value is 141 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a08dce hue: 0.72 , saturation: 0.40 and the lightness value of a08dce is 0.68.

The process color (four color CMYK) of #a08dce color hex is 0.22, 0.32, 0.00, 0.19. Web safe color of #a08dce is #9999cc. Color #a08dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001101 11001110
Octal 240 215 316
Decimal 160 141 206
Hex A0 8D CE

RGB Percentages of Color #a08dce

%31.56
%27.81
%40.63

CMYK Percentages of Color #a08dce

%22
%32
%0
%19

Triadic Colors of #a08dce

#a08dce #cea08d #8dcea0

Analogous Colors of #a08dce

#a08dce #c18dce #8d9bce

Monochromatic Colors of #a08dce

#a08dce

Complementary Color

#a08dce #bbce8d

#a08dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08dce Color CSS Codes

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

#a08dce Text Font Color

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

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


#a08dce Background Color

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

This div background color is #a08dce


#a08dce Border Color

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

This div border color is #a08dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08dce


Comments

No comments written yet.

Please login to write comment.