Color Hex Logo

#a69dbe Color Hex

#A69DBE
(166,157,190)
0 Favorites   0 Comments

Color spaces of #a69dbe

RGB 166157190
HSL0.710.200.68
HSV256°17°75°
CMYK 0.130.170.00   0.25
XYZ37.077135.938653.6979
Yxy35.93860.29260.2836
Hunter Lab59.94885.4881-11.1436
CIE-Lab66.47309.8490-15.8193

#a69dbe color RGB value is (166,157,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011101 10111110
Octal 246 235 276
Decimal 166 157 190
Hex A6 9D BE

RGB Percentages of Color #a69dbe

%32.36
%30.60
%37.04

CMYK Percentages of Color #a69dbe

%13
%17
%0
%25

Triadic Colors of #a69dbe

#a69dbe #bea69d #9dbea6

Analogous Colors of #a69dbe

#a69dbe #b79dbe #9da5be

Monochromatic Colors of #a69dbe

#a69dbe

Complementary Color

#a69dbe #b5be9d

#a69dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69dbe Color CSS Codes

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

#a69dbe Text Font Color

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

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


#a69dbe Background Color

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

This div background color is #a69dbe


#a69dbe Border Color

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

This div border color is #a69dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69dbe


Comments

No comments written yet.

Please login to write comment.