Color Hex Logo

#a476ca Color Hex

#A476CA
(164,118,202)
0 Favorites   0 Comments

Color spaces of #a476ca

RGB 164118202
HSL0.760.440.63
HSV273°42°79°
CMYK 0.190.420.00   0.21
XYZ32.448925.113659.0143
Yxy25.11360.27830.2154
Hunter Lab50.113527.8817-34.7413
CIE-Lab57.185933.9978-36.8830

#a476ca color RGB value is (164,118,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 11001010
Octal 244 166 312
Decimal 164 118 202
Hex A4 76 CA

RGB Percentages of Color #a476ca

%33.88
%24.38
%41.74

CMYK Percentages of Color #a476ca

%19
%42
%0
%21

Triadic Colors of #a476ca

#a476ca #caa476 #76caa4

Analogous Colors of #a476ca

#a476ca #ca76c6 #7a76ca

Monochromatic Colors of #a476ca

#a476ca

Complementary Color

#a476ca #9cca76

#a476ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a476ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a476ca Color CSS Codes

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

#a476ca Text Font Color

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

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


#a476ca Background Color

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

This div background color is #a476ca


#a476ca Border Color

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

This div border color is #a476ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,118,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a476ca


Comments

No comments written yet.

Please login to write comment.