Color Hex Logo

#a67eba Color Hex

#A67EBA
(166,126,186)
0 Favorites   0 Comments

Color spaces of #a67eba

RGB 166126186
HSL0.780.300.61
HSV280°32°73°
CMYK 0.110.320.00   0.27
XYZ32.049726.573949.8944
Yxy26.57390.29530.2449
Hunter Lab51.549920.7651-21.3010
CIE-Lab58.577826.5593-25.6091

#a67eba color RGB value is (166,126,186).

#a67eba hex color red value is 166, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a67eba hue: 0.78 , saturation: 0.30 and the lightness value of a67eba is 0.61.

The process color (four color CMYK) of #a67eba color hex is 0.11, 0.32, 0.00, 0.27. Web safe color of #a67eba is #9966cc. Color #a67eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111110 10111010
Octal 246 176 272
Decimal 166 126 186
Hex A6 7E BA

RGB Percentages of Color #a67eba

%34.73
%26.36
%38.91

CMYK Percentages of Color #a67eba

%11
%32
%0
%27

Triadic Colors of #a67eba

#a67eba #baa67e #7ebaa6

Analogous Colors of #a67eba

#a67eba #ba7eb0 #887eba

Monochromatic Colors of #a67eba

#a67eba

Complementary Color

#a67eba #92ba7e

#a67eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67eba Color CSS Codes

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

#a67eba Text Font Color

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

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


#a67eba Background Color

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

This div background color is #a67eba


#a67eba Border Color

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

This div border color is #a67eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67eba


Comments

No comments written yet.

Please login to write comment.