Color Hex Logo

#a476ed Color Hex

#A476ED
(164,118,237)
0 Favorites   0 Comments

Color spaces of #a476ed

RGB 164118237
HSL0.730.770.70
HSV263°50°93°
CMYK 0.310.500.00   0.07
XYZ37.074326.963883.3713
Yxy26.96380.25150.1829
Hunter Lab51.926736.5727-58.8449
CIE-Lab58.940842.3061-53.7627

#a476ed color RGB value is (164,118,237).

#a476ed hex color red value is 164, green value is 118 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a476ed hue: 0.73 , saturation: 0.77 and the lightness value of a476ed is 0.70.

The process color (four color CMYK) of #a476ed color hex is 0.31, 0.50, 0.00, 0.07. Web safe color of #a476ed is #9966ff. Color #a476ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 11101101
Octal 244 166 355
Decimal 164 118 237
Hex A4 76 ED

RGB Percentages of Color #a476ed

%31.60
%22.74
%45.66

CMYK Percentages of Color #a476ed

%31
%50
%0
%7

Triadic Colors of #a476ed

#a476ed #eda476 #76eda4

Analogous Colors of #a476ed

#a476ed #e076ed #7684ed

Monochromatic Colors of #a476ed

#a476ed

Complementary Color

#a476ed #bfed76

#a476ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a476ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a476ed Color CSS Codes

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

#a476ed Text Font Color

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

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


#a476ed Background Color

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

This div background color is #a476ed


#a476ed Border Color

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

This div border color is #a476ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a476ed


Comments

No comments written yet.

Please login to write comment.