Color Hex Logo

#a74dad Color Hex

#A74DAD
(167,77,173)
0 Favorites   0 Comments

Color spaces of #a74dad

RGB 16777173
HSL0.820.380.49
HSV296°55°68°
CMYK 0.030.550.00   0.32
XYZ26.133116.540441.3504
Yxy16.54040.31100.1969
Hunter Lab40.669943.5258-31.8131
CIE-Lab47.675650.6639-35.0482

#a74dad color RGB value is (167,77,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001101 10101101
Octal 247 115 255
Decimal 167 77 173
Hex A7 4D AD

RGB Percentages of Color #a74dad

%40.05
%18.47
%41.49

CMYK Percentages of Color #a74dad

%3
%55
%0
%32

Triadic Colors of #a74dad

#a74dad #ada74d #4dada7

Analogous Colors of #a74dad

#a74dad #ad4d83 #774dad

Monochromatic Colors of #a74dad

#a74dad

Complementary Color

#a74dad #53ad4d

#a74dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74dad Color CSS Codes

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

#a74dad Text Font Color

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

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


#a74dad Background Color

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

This div background color is #a74dad


#a74dad Border Color

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

This div border color is #a74dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74dad


Comments

No comments written yet.

Please login to write comment.