Color Hex Logo

#a84dad Color Hex

#A84DAD
(168,77,173)
0 Favorites   0 Comments

Color spaces of #a84dad

RGB 16877173
HSL0.820.380.49
HSV297°55°68°
CMYK 0.030.550.00   0.32
XYZ26.345216.649741.3603
Yxy16.64970.31230.1974
Hunter Lab40.804043.8418-31.5354
CIE-Lab47.815650.9379-34.8185

#a84dad color RGB value is (168,77,173).

#a84dad hex color red value is 168, green value is 77 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a84dad hue: 0.82 , saturation: 0.38 and the lightness value of a84dad is 0.49.

The process color (four color CMYK) of #a84dad color hex is 0.03, 0.55, 0.00, 0.32. Web safe color of #a84dad is #996699. Color #a84dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01001101 10101101
Octal 250 115 255
Decimal 168 77 173
Hex A8 4D AD

RGB Percentages of Color #a84dad

%40.19
%18.42
%41.39

CMYK Percentages of Color #a84dad

%3
%55
%0
%32

Triadic Colors of #a84dad

#a84dad #ada84d #4dada8

Analogous Colors of #a84dad

#a84dad #ad4d82 #784dad

Monochromatic Colors of #a84dad

#a84dad

Complementary Color

#a84dad #52ad4d

#a84dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a84dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a84dad Color CSS Codes

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

#a84dad Text Font Color

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

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


#a84dad Background Color

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

This div background color is #a84dad


#a84dad Border Color

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

This div border color is #a84dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a84dad


Comments

No comments written yet.

Please login to write comment.