Color Hex Logo

#a776ec Color Hex

#A776EC
(167,118,236)
0 Favorites   0 Comments

Color spaces of #a776ec

RGB 167118236
HSL0.740.760.69
HSV265°50°93°
CMYK 0.290.500.00   0.07
XYZ37.555127.228582.6331
Yxy27.22850.25480.1847
Hunter Lab52.180937.1515-57.3643
CIE-Lab59.185242.8250-52.7996

#a776ec color RGB value is (167,118,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110110 11101100
Octal 247 166 354
Decimal 167 118 236
Hex A7 76 EC

RGB Percentages of Color #a776ec

%32.05
%22.65
%45.30

CMYK Percentages of Color #a776ec

%29
%50
%0
%7

Triadic Colors of #a776ec

#a776ec #eca776 #76eca7

Analogous Colors of #a776ec

#a776ec #e276ec #7680ec

Monochromatic Colors of #a776ec

#a776ec

Complementary Color

#a776ec #bbec76

#a776ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a776ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a776ec Color CSS Codes

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

#a776ec Text Font Color

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

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


#a776ec Background Color

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

This div background color is #a776ec


#a776ec Border Color

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

This div border color is #a776ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,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 #a776ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a776ec


Comments

No comments written yet.

Please login to write comment.