Color Hex Logo

#a67bae Color Hex

#A67BAE
(166,123,174)
0 Favorites   0 Comments

Color spaces of #a67bae

RGB 166123174
HSL0.810.240.58
HSV291°29°68°
CMYK 0.050.290.00   0.32
XYZ30.448825.328943.3285
Yxy25.32890.30720.2556
Hunter Lab50.327819.9205-15.8148
CIE-Lab57.394525.7661-20.5652

#a67bae color RGB value is (166,123,174).

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

The process color (four color CMYK) of #a67bae color hex is 0.05, 0.29, 0.00, 0.32. Web safe color of #a67bae is #996699. Color #a67bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111011 10101110
Octal 246 173 256
Decimal 166 123 174
Hex A6 7B AE

RGB Percentages of Color #a67bae

%35.85
%26.57
%37.58

CMYK Percentages of Color #a67bae

%5
%29
%0
%32

Triadic Colors of #a67bae

#a67bae #aea67b #7baea6

Analogous Colors of #a67bae

#a67bae #ae7b9d #8d7bae

Monochromatic Colors of #a67bae

#a67bae

Complementary Color

#a67bae #83ae7b

#a67bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67bae Color CSS Codes

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

#a67bae Text Font Color

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

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


#a67bae Background Color

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

This div background color is #a67bae


#a67bae Border Color

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

This div border color is #a67bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67bae


Comments

No comments written yet.

Please login to write comment.