Color Hex Logo

#a679bb Color Hex

#A679BB
(166,121,187)
0 Favorites   0 Comments

Color spaces of #a679bb

RGB 166121187
HSL0.780.330.60
HSV281°35°73°
CMYK 0.110.350.00   0.27
XYZ31.532925.369650.2486
Yxy25.36960.29430.2368
Hunter Lab50.368223.6050-23.8914
CIE-Lab57.433829.6098-27.9456

#a679bb color RGB value is (166,121,187).

#a679bb hex color red value is 166, green value is 121 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a679bb hue: 0.78 , saturation: 0.33 and the lightness value of a679bb is 0.60.

The process color (four color CMYK) of #a679bb color hex is 0.11, 0.35, 0.00, 0.27. Web safe color of #a679bb is #9966cc. Color #a679bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111001 10111011
Octal 246 171 273
Decimal 166 121 187
Hex A6 79 BB

RGB Percentages of Color #a679bb

%35.02
%25.53
%39.45

CMYK Percentages of Color #a679bb

%11
%35
%0
%27

Triadic Colors of #a679bb

#a679bb #bba679 #79bba6

Analogous Colors of #a679bb

#a679bb #bb79af #8579bb

Monochromatic Colors of #a679bb

#a679bb

Complementary Color

#a679bb #8ebb79

#a679bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a679bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a679bb Color CSS Codes

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

#a679bb Text Font Color

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

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


#a679bb Background Color

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

This div background color is #a679bb


#a679bb Border Color

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

This div border color is #a679bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a679bb


Comments

No comments written yet.

Please login to write comment.