Color Hex Logo

#a06eba Color Hex

#A06EBA
(160,110,186)
0 Favorites   0 Comments

Color spaces of #a06eba

RGB 160110186
HSL0.780.360.58
HSV279°41°73°
CMYK 0.140.410.00   0.27
XYZ28.936122.170649.2086
Yxy22.17060.28850.2210
Hunter Lab47.085727.2958-29.0032
CIE-Lab54.207533.7409-32.4343

#a06eba color RGB value is (160,110,186).

#a06eba hex color red value is 160, green value is 110 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a06eba hue: 0.78 , saturation: 0.36 and the lightness value of a06eba is 0.58.

The process color (four color CMYK) of #a06eba color hex is 0.14, 0.41, 0.00, 0.27. Web safe color of #a06eba is #9966cc. Color #a06eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101110 10111010
Octal 240 156 272
Decimal 160 110 186
Hex A0 6E BA

RGB Percentages of Color #a06eba

%35.09
%24.12
%40.79

CMYK Percentages of Color #a06eba

%14
%41
%0
%27

Triadic Colors of #a06eba

#a06eba #baa06e #6ebaa0

Analogous Colors of #a06eba

#a06eba #ba6eae #7a6eba

Monochromatic Colors of #a06eba

#a06eba

Complementary Color

#a06eba #88ba6e

#a06eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06eba Color CSS Codes

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

#a06eba Text Font Color

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

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


#a06eba Background Color

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

This div background color is #a06eba


#a06eba Border Color

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

This div border color is #a06eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06eba


Comments

No comments written yet.

Please login to write comment.