Color Hex Logo

#a05dcd Color Hex

#A05DCD
(160,93,205)
0 Favorites   0 Comments

Color spaces of #a05dcd

RGB 16093205
HSL0.770.530.58
HSV276°55°80°
CMYK 0.220.550.00   0.20
XYZ29.431019.710160.0108
Yxy19.71010.26960.1806
Hunter Lab44.396140.6380-49.0659
CIE-Lab51.507847.2843-47.5855

#a05dcd color RGB value is (160,93,205).

#a05dcd hex color red value is 160, green value is 93 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a05dcd hue: 0.77 , saturation: 0.53 and the lightness value of a05dcd is 0.58.

The process color (four color CMYK) of #a05dcd color hex is 0.22, 0.55, 0.00, 0.20. Web safe color of #a05dcd is #9966cc. Color #a05dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01011101 11001101
Octal 240 135 315
Decimal 160 93 205
Hex A0 5D CD

RGB Percentages of Color #a05dcd

%34.93
%20.31
%44.76

CMYK Percentages of Color #a05dcd

%22
%55
%0
%20

Triadic Colors of #a05dcd

#a05dcd #cda05d #5dcda0

Analogous Colors of #a05dcd

#a05dcd #cd5dc2 #685dcd

Monochromatic Colors of #a05dcd

#a05dcd

Complementary Color

#a05dcd #8acd5d

#a05dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05dcd Color CSS Codes

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

#a05dcd Text Font Color

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

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


#a05dcd Background Color

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

This div background color is #a05dcd


#a05dcd Border Color

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

This div border color is #a05dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05dcd


Comments

No comments written yet.

Please login to write comment.