Color Hex Logo

#a67bab Color Hex

#A67BAB
(166,123,171)
0 Favorites   0 Comments

Color spaces of #a67bab

RGB 166123171
HSL0.820.220.58
HSV294°28°67°
CMYK 0.030.280.00   0.33
XYZ30.159525.213241.8051
Yxy25.21320.31040.2595
Hunter Lab50.212719.3409-14.2135
CIE-Lab57.282625.1616-19.0135

#a67bab color RGB value is (166,123,171).

#a67bab hex color red value is 166, green value is 123 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a67bab hue: 0.82 , saturation: 0.22 and the lightness value of a67bab is 0.58.

The process color (four color CMYK) of #a67bab color hex is 0.03, 0.28, 0.00, 0.33. Web safe color of #a67bab is #996699. Color #a67bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111011 10101011
Octal 246 173 253
Decimal 166 123 171
Hex A6 7B AB

RGB Percentages of Color #a67bab

%36.09
%26.74
%37.17

CMYK Percentages of Color #a67bab

%3
%28
%0
%33

Triadic Colors of #a67bab

#a67bab #aba67b #7baba6

Analogous Colors of #a67bab

#a67bab #ab7b98 #8e7bab

Monochromatic Colors of #a67bab

#a67bab

Complementary Color

#a67bab #80ab7b

#a67bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67bab Color CSS Codes

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

#a67bab Text Font Color

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

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


#a67bab Background Color

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

This div background color is #a67bab


#a67bab Border Color

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

This div border color is #a67bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67bab


Comments

No comments written yet.

Please login to write comment.