Color Hex Logo

#a776ff Color Hex

#A776FF
(167,118,255)
0 Favorites   0 Comments

Color spaces of #a776ff

RGB 167118255
HSL0.731.000.73
HSV261°54°100°
CMYK 0.350.540.00   0.00
XYZ40.464828.392497.9553
Yxy28.39240.24260.1702
Hunter Lab53.284542.3068-71.6963
CIE-Lab60.241647.5125-61.6210

#a776ff color RGB value is (167,118,255).

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

The process color (four color CMYK) of #a776ff color hex is 0.35, 0.54, 0.00, 0.00. Web safe color of #a776ff is #9966ff. Color #a776ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110110 11111111
Octal 247 166 377
Decimal 167 118 255
Hex A7 76 FF

RGB Percentages of Color #a776ff

%30.93
%21.85
%47.22

CMYK Percentages of Color #a776ff

%35
%54
%0
%0

Triadic Colors of #a776ff

#a776ff #ffa776 #76ffa7

Analogous Colors of #a776ff

#a776ff #ec76ff #768aff

Monochromatic Colors of #a776ff

#a776ff

Complementary Color

#a776ff #ceff76

#a776ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a776ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a776ff Color CSS Codes

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

#a776ff Text Font Color

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

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


#a776ff Background Color

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

This div background color is #a776ff


#a776ff Border Color

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

This div border color is #a776ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a776ff


Comments

No comments written yet.

Please login to write comment.