Color Hex Logo

#a776ee Color Hex

#A776EE
(167,118,238)
0 Favorites   0 Comments

Color spaces of #a776ee

RGB 167118238
HSL0.730.780.70
HSV265°50°93°
CMYK 0.300.500.00   0.07
XYZ37.847427.345484.1723
Yxy27.34540.25340.1831
Hunter Lab52.292837.6785-58.8302
CIE-Lab59.292743.3113-53.7401

#a776ee color RGB value is (167,118,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110110 11101110
Octal 247 166 356
Decimal 167 118 238
Hex A7 76 EE

RGB Percentages of Color #a776ee

%31.93
%22.56
%45.51

CMYK Percentages of Color #a776ee

%30
%50
%0
%7

Triadic Colors of #a776ee

#a776ee #eea776 #76eea7

Analogous Colors of #a776ee

#a776ee #e376ee #7681ee

Monochromatic Colors of #a776ee

#a776ee

Complementary Color

#a776ee #bdee76

#a776ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a776ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a776ee Color CSS Codes

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

#a776ee Text Font Color

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

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


#a776ee Background Color

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

This div background color is #a776ee


#a776ee Border Color

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

This div border color is #a776ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a776ee


Comments

No comments written yet.

Please login to write comment.