Color Hex Logo

#a476fa Color Hex

#A476FA
(164,118,250)
0 Favorites   0 Comments

Color spaces of #a476fa

RGB 164118250
HSL0.720.930.72
HSV261°53°98°
CMYK 0.340.530.00   0.02
XYZ39.043627.751593.7412
Yxy27.75150.24320.1729
Hunter Lab52.679740.1060-68.6282
CIE-Lab59.663645.5479-59.8082

#a476fa color RGB value is (164,118,250).

#a476fa hex color red value is 164, green value is 118 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a476fa hue: 0.72 , saturation: 0.93 and the lightness value of a476fa is 0.72.

The process color (four color CMYK) of #a476fa color hex is 0.34, 0.53, 0.00, 0.02. Web safe color of #a476fa is #9966ff. Color #a476fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 11111010
Octal 244 166 372
Decimal 164 118 250
Hex A4 76 FA

RGB Percentages of Color #a476fa

%30.83
%22.18
%46.99

CMYK Percentages of Color #a476fa

%34
%53
%0
%2

Triadic Colors of #a476fa

#a476fa #faa476 #76faa4

Analogous Colors of #a476fa

#a476fa #e676fa #768afa

Monochromatic Colors of #a476fa

#a476fa

Complementary Color

#a476fa #ccfa76

#a476fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a476fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a476fa Color CSS Codes

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

#a476fa Text Font Color

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

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


#a476fa Background Color

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

This div background color is #a476fa


#a476fa Border Color

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

This div border color is #a476fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a476fa

Related Colors


Comments

No comments written yet.

Please login to write comment.