Color Hex Logo

#a04dcd Color Hex

#A04DCD
(160,77,205)
0 Favorites   0 Comments

Color spaces of #a04dcd

RGB 16077205
HSL0.770.560.55
HSV279°62°80°
CMYK 0.220.620.00   0.20
XYZ28.170517.189159.5907
Yxy17.18910.26840.1638
Hunter Lab41.459748.7302-56.1966
CIE-Lab48.497455.3604-52.3923

#a04dcd color RGB value is (160,77,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001101 11001101
Octal 240 115 315
Decimal 160 77 205
Hex A0 4D CD

RGB Percentages of Color #a04dcd

%36.20
%17.42
%46.38

CMYK Percentages of Color #a04dcd

%22
%62
%0
%20

Triadic Colors of #a04dcd

#a04dcd #cda04d #4dcda0

Analogous Colors of #a04dcd

#a04dcd #cd4dba #604dcd

Monochromatic Colors of #a04dcd

#a04dcd

Complementary Color

#a04dcd #7acd4d

#a04dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04dcd Color CSS Codes

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

#a04dcd Text Font Color

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

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


#a04dcd Background Color

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

This div background color is #a04dcd


#a04dcd Border Color

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

This div border color is #a04dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04dcd


Comments

No comments written yet.

Please login to write comment.