Color Hex Logo

#a676bf Color Hex

#A676BF
(166,118,191)
0 Favorites   0 Comments

Color spaces of #a676bf

RGB 166118191
HSL0.780.360.61
HSV279°38°75°
CMYK 0.130.380.00   0.25
XYZ31.608324.825452.4161
Yxy24.82540.29040.2281
Hunter Lab49.825126.0438-27.4956
CIE-Lab56.904932.1651-31.0485

#a676bf color RGB value is (166,118,191).

#a676bf hex color red value is 166, green value is 118 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a676bf hue: 0.78 , saturation: 0.36 and the lightness value of a676bf is 0.61.

The process color (four color CMYK) of #a676bf color hex is 0.13, 0.38, 0.00, 0.25. Web safe color of #a676bf is #9966cc. Color #a676bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110110 10111111
Octal 246 166 277
Decimal 166 118 191
Hex A6 76 BF

RGB Percentages of Color #a676bf

%34.95
%24.84
%40.21

CMYK Percentages of Color #a676bf

%13
%38
%0
%25

Triadic Colors of #a676bf

#a676bf #bfa676 #76bfa6

Analogous Colors of #a676bf

#a676bf #bf76b4 #8276bf

Monochromatic Colors of #a676bf

#a676bf

Complementary Color

#a676bf #8fbf76

#a676bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a676bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a676bf Color CSS Codes

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

#a676bf Text Font Color

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

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


#a676bf Background Color

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

This div background color is #a676bf


#a676bf Border Color

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

This div border color is #a676bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a676bf


Comments

No comments written yet.

Please login to write comment.