Color Hex Logo

#a69bbe Color Hex

#A69BBE
(166,155,190)
0 Favorites   0 Comments

Color spaces of #a69bbe

RGB 166155190
HSL0.720.210.68
HSV259°18°75°
CMYK 0.130.180.00   0.25
XYZ36.741535.267453.5860
Yxy35.26740.29250.2808
Hunter Lab59.38646.5093-11.9286
CIE-Lab65.956310.9704-16.6002

#a69bbe color RGB value is (166,155,190).

#a69bbe hex color red value is 166, green value is 155 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a69bbe hue: 0.72 , saturation: 0.21 and the lightness value of a69bbe is 0.68.

The process color (four color CMYK) of #a69bbe color hex is 0.13, 0.18, 0.00, 0.25. Web safe color of #a69bbe is #9999cc. Color #a69bbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011011 10111110
Octal 246 233 276
Decimal 166 155 190
Hex A6 9B BE

RGB Percentages of Color #a69bbe

%32.49
%30.33
%37.18

CMYK Percentages of Color #a69bbe

%13
%18
%0
%25

Triadic Colors of #a69bbe

#a69bbe #bea69b #9bbea6

Analogous Colors of #a69bbe

#a69bbe #b89bbe #9ba2be

Monochromatic Colors of #a69bbe

#a69bbe

Complementary Color

#a69bbe #b3be9b

#a69bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69bbe Color CSS Codes

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

#a69bbe Text Font Color

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

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


#a69bbe Background Color

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

This div background color is #a69bbe


#a69bbe Border Color

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

This div border color is #a69bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69bbe


Comments

No comments written yet.

Please login to write comment.