Color Hex Logo

#a04ded Color Hex

#A04DED
(160,77,237)
0 Favorites   0 Comments

Color spaces of #a04ded

RGB 16077237
HSL0.750.820.62
HSV271°68°93°
CMYK 0.320.680.00   0.07
XYZ32.437118.895882.0584
Yxy18.89580.24320.1417
Hunter Lab43.469357.1267-81.4951
CIE-Lab50.565162.4936-67.2381

#a04ded color RGB value is (160,77,237).

#a04ded hex color red value is 160, green value is 77 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a04ded hue: 0.75 , saturation: 0.82 and the lightness value of a04ded is 0.62.

The process color (four color CMYK) of #a04ded color hex is 0.32, 0.68, 0.00, 0.07. Web safe color of #a04ded is #9966ff. Color #a04ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01001101 11101101
Octal 240 115 355
Decimal 160 77 237
Hex A0 4D ED

RGB Percentages of Color #a04ded

%33.76
%16.24
%50.00

CMYK Percentages of Color #a04ded

%32
%68
%0
%7

Triadic Colors of #a04ded

#a04ded #eda04d #4deda0

Analogous Colors of #a04ded

#a04ded #ed4dea #504ded

Monochromatic Colors of #a04ded

#a04ded

Complementary Color

#a04ded #9aed4d

#a04ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a04ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#a04ded Color CSS Codes

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

#a04ded Text Font Color

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

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


#a04ded Background Color

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

This div background color is #a04ded


#a04ded Border Color

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

This div border color is #a04ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a04ded


Comments

No comments written yet.

Please login to write comment.