Color Hex Logo

#a476df Color Hex

#A476DF
(164,118,223)
0 Favorites   0 Comments

Color spaces of #a476df

RGB 164118223
HSL0.740.620.67
HSV266°47°87°
CMYK 0.260.470.00   0.13
XYZ35.107626.177173.0144
Yxy26.17710.26140.1949
Hunter Lab51.163632.9476-48.7970
CIE-Lab58.204838.9010-47.1177

#a476df color RGB value is (164,118,223).

#a476df hex color red value is 164, green value is 118 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a476df hue: 0.74 , saturation: 0.62 and the lightness value of a476df is 0.67.

The process color (four color CMYK) of #a476df color hex is 0.26, 0.47, 0.00, 0.13. Web safe color of #a476df is #9966cc. Color #a476df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 11011111
Octal 244 166 337
Decimal 164 118 223
Hex A4 76 DF

RGB Percentages of Color #a476df

%32.48
%23.37
%44.16

CMYK Percentages of Color #a476df

%26
%47
%0
%13

Triadic Colors of #a476df

#a476df #dfa476 #76dfa4

Analogous Colors of #a476df

#a476df #d976df #767ddf

Monochromatic Colors of #a476df

#a476df

Complementary Color

#a476df #b1df76

#a476df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a476df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a476df Color CSS Codes

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

#a476df Text Font Color

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

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


#a476df Background Color

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

This div background color is #a476df


#a476df Border Color

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

This div border color is #a476df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a476df


Comments

No comments written yet.

Please login to write comment.