Color Hex Logo

#a476ec Color Hex

#A476EC
(164,118,236)
0 Favorites   0 Comments

Color spaces of #a476ec

RGB 164118236
HSL0.730.760.69
HSV263°50°93°
CMYK 0.310.500.00   0.07
XYZ36.928626.905582.6038
Yxy26.90550.25220.1837
Hunter Lab51.870536.3076-58.1100
CIE-Lab58.886842.0599-53.2927

#a476ec color RGB value is (164,118,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 11101100
Octal 244 166 354
Decimal 164 118 236
Hex A4 76 EC

RGB Percentages of Color #a476ec

%31.66
%22.78
%45.56

CMYK Percentages of Color #a476ec

%31
%50
%0
%7

Triadic Colors of #a476ec

#a476ec #eca476 #76eca4

Analogous Colors of #a476ec

#a476ec #df76ec #7683ec

Monochromatic Colors of #a476ec

#a476ec

Complementary Color

#a476ec #beec76

#a476ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a476ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a476ec Color CSS Codes

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

#a476ec Text Font Color

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

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


#a476ec Background Color

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

This div background color is #a476ec


#a476ec Border Color

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

This div border color is #a476ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a476ec


Comments

No comments written yet.

Please login to write comment.