Color Hex Logo

#a476cd Color Hex

#A476CD
(164,118,205)
0 Favorites   0 Comments

Color spaces of #a476cd

RGB 164118205
HSL0.750.470.63
HSV272°42°80°
CMYK 0.200.420.00   0.20
XYZ32.807725.257260.9036
Yxy25.25720.27580.2123
Hunter Lab50.256528.5767-36.6713
CIE-Lab57.325234.6810-38.3648

#a476cd color RGB value is (164,118,205).

#a476cd hex color red value is 164, green value is 118 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a476cd hue: 0.75 , saturation: 0.47 and the lightness value of a476cd is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 11001101
Octal 244 166 315
Decimal 164 118 205
Hex A4 76 CD

RGB Percentages of Color #a476cd

%33.68
%24.23
%42.09

CMYK Percentages of Color #a476cd

%20
%42
%0
%20

Triadic Colors of #a476cd

#a476cd #cda476 #76cda4

Analogous Colors of #a476cd

#a476cd #cd76cb #7976cd

Monochromatic Colors of #a476cd

#a476cd

Complementary Color

#a476cd #9fcd76

#a476cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a476cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a476cd Color CSS Codes

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

#a476cd Text Font Color

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

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


#a476cd Background Color

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

This div background color is #a476cd


#a476cd Border Color

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

This div border color is #a476cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a476cd


Comments

No comments written yet.

Please login to write comment.