Color Hex Logo

#a685bb Color Hex

#A685BB
(166,133,187)
0 Favorites   0 Comments

Color spaces of #a685bb

RGB 166133187
HSL0.770.280.63
HSV277°29°73°
CMYK 0.110.290.00   0.27
XYZ33.083128.469950.7653
Yxy28.46990.29450.2535
Hunter Lab53.357217.3004-19.0599
CIE-Lab60.310922.7900-23.5130

#a685bb color RGB value is (166,133,187).

#a685bb hex color red value is 166, green value is 133 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a685bb hue: 0.77 , saturation: 0.28 and the lightness value of a685bb is 0.63.

The process color (four color CMYK) of #a685bb color hex is 0.11, 0.29, 0.00, 0.27. Web safe color of #a685bb is #9999cc. Color #a685bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10000101 10111011
Octal 246 205 273
Decimal 166 133 187
Hex A6 85 BB

RGB Percentages of Color #a685bb

%34.16
%27.37
%38.48

CMYK Percentages of Color #a685bb

%11
%29
%0
%27

Triadic Colors of #a685bb

#a685bb #bba685 #85bba6

Analogous Colors of #a685bb

#a685bb #bb85b5 #8b85bb

Monochromatic Colors of #a685bb

#a685bb

Complementary Color

#a685bb #9abb85

#a685bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a685bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a685bb Color CSS Codes

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

#a685bb Text Font Color

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

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


#a685bb Background Color

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

This div background color is #a685bb


#a685bb Border Color

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

This div border color is #a685bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a685bb


Comments

No comments written yet.

Please login to write comment.