Color Hex Logo

#a06ecb Color Hex

#A06ECB
(160,110,203)
0 Favorites   0 Comments

Color spaces of #a06ecb

RGB 160110203
HSL0.760.470.61
HSV272°46°80°
CMYK 0.210.460.00   0.20
XYZ30.852622.937259.3011
Yxy22.93720.27280.2028
Hunter Lab47.892831.1775-39.8882
CIE-Lab55.007637.5602-40.9025

#a06ecb color RGB value is (160,110,203).

#a06ecb hex color red value is 160, green value is 110 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a06ecb hue: 0.76 , saturation: 0.47 and the lightness value of a06ecb is 0.61.

The process color (four color CMYK) of #a06ecb color hex is 0.21, 0.46, 0.00, 0.20. Web safe color of #a06ecb is #9966cc. Color #a06ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101110 11001011
Octal 240 156 313
Decimal 160 110 203
Hex A0 6E CB

RGB Percentages of Color #a06ecb

%33.83
%23.26
%42.92

CMYK Percentages of Color #a06ecb

%21
%46
%0
%20

Triadic Colors of #a06ecb

#a06ecb #cba06e #6ecba0

Analogous Colors of #a06ecb

#a06ecb #cb6ec8 #726ecb

Monochromatic Colors of #a06ecb

#a06ecb

Complementary Color

#a06ecb #99cb6e

#a06ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06ecb Color CSS Codes

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

#a06ecb Text Font Color

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

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


#a06ecb Background Color

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

This div background color is #a06ecb


#a06ecb Border Color

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

This div border color is #a06ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,110,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06ecb


Comments

No comments written yet.

Please login to write comment.