Color Hex Logo

#a69abb Color Hex

#A69ABB
(166,154,187)
0 Favorites   0 Comments

Color spaces of #a69abb

RGB 166154187
HSL0.730.200.67
HSV262°18°73°
CMYK 0.110.180.00   0.27
XYZ36.251134.806051.8213
Yxy34.80600.29500.2833
Hunter Lab58.99666.4372-10.7814
CIE-Lab65.597310.8899-15.4664

#a69abb color RGB value is (166,154,187).

#a69abb hex color red value is 166, green value is 154 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a69abb hue: 0.73 , saturation: 0.20 and the lightness value of a69abb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011010 10111011
Octal 246 232 273
Decimal 166 154 187
Hex A6 9A BB

RGB Percentages of Color #a69abb

%32.74
%30.37
%36.88

CMYK Percentages of Color #a69abb

%11
%18
%0
%27

Triadic Colors of #a69abb

#a69abb #bba69a #9abba6

Analogous Colors of #a69abb

#a69abb #b79abb #9a9fbb

Monochromatic Colors of #a69abb

#a69abb

Complementary Color

#a69abb #afbb9a

#a69abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69abb Color CSS Codes

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

#a69abb Text Font Color

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

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


#a69abb Background Color

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

This div background color is #a69abb


#a69abb Border Color

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

This div border color is #a69abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69abb


Comments

No comments written yet.

Please login to write comment.