Color Hex Logo

#a04dda Color Hex

#A04DDA
(160,77,218)
0 Favorites   0 Comments

Color spaces of #a04dda

RGB 16077218
HSL0.760.660.58
HSV275°65°85°
CMYK 0.270.650.00   0.15
XYZ29.806017.843368.2028
Yxy17.84330.25730.1540
Hunter Lab42.241352.0295-66.1606
CIE-Lab49.305558.2078-58.5282

#a04dda color RGB value is (160,77,218).

#a04dda hex color red value is 160, green value is 77 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a04dda hue: 0.76 , saturation: 0.66 and the lightness value of a04dda is 0.58.

The process color (four color CMYK) of #a04dda color hex is 0.27, 0.65, 0.00, 0.15. Web safe color of #a04dda is #9966cc. Color #a04dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001101 11011010
Octal 240 115 332
Decimal 160 77 218
Hex A0 4D DA

RGB Percentages of Color #a04dda

%35.16
%16.92
%47.91

CMYK Percentages of Color #a04dda

%27
%65
%0
%15

Triadic Colors of #a04dda

#a04dda #daa04d #4ddaa0

Analogous Colors of #a04dda

#a04dda #da4dce #594dda

Monochromatic Colors of #a04dda

#a04dda

Complementary Color

#a04dda #87da4d

#a04dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04dda Color CSS Codes

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

#a04dda Text Font Color

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

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


#a04dda Background Color

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

This div background color is #a04dda


#a04dda Border Color

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

This div border color is #a04dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04dda


Comments

No comments written yet.

Please login to write comment.