Color Hex Logo

#a676ff Color Hex

#A676FF
(166,118,255)
0 Favorites   0 Comments

Color spaces of #a676ff

RGB 166118255
HSL0.731.000.73
HSV261°54°100°
CMYK 0.350.540.00   0.00
XYZ40.254328.283997.9454
Yxy28.28390.24180.1699
Hunter Lab53.182642.0384-71.9654
CIE-Lab60.144447.2783-61.7821

#a676ff color RGB value is (166,118,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110110 11111111
Octal 246 166 377
Decimal 166 118 255
Hex A6 76 FF

RGB Percentages of Color #a676ff

%30.80
%21.89
%47.31

CMYK Percentages of Color #a676ff

%35
%54
%0
%0

Triadic Colors of #a676ff

#a676ff #ffa676 #76ffa6

Analogous Colors of #a676ff

#a676ff #eb76ff #768bff

Monochromatic Colors of #a676ff

#a676ff

Complementary Color

#a676ff #cfff76

#a676ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a676ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a676ff Color CSS Codes

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

#a676ff Text Font Color

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

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


#a676ff Background Color

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

This div background color is #a676ff


#a676ff Border Color

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

This div border color is #a676ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a676ff


Comments

No comments written yet.

Please login to write comment.