Color Hex Logo

#a00ebe Color Hex

#A00EBE
(160,14,190)
0 Favorites   0 Comments

Color spaces of #a00ebe

RGB 16014190
HSL0.800.860.40
HSV290°93°75°
CMYK 0.160.930.00   0.25
XYZ23.948511.505449.6737
Yxy11.50540.28130.1352
Hunter Lab33.919666.6683-63.0837
CIE-Lab40.419072.6180-56.6898

#a00ebe color RGB value is (160,14,190).

#a00ebe hex color red value is 160, green value is 14 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a00ebe hue: 0.80 , saturation: 0.86 and the lightness value of a00ebe is 0.40.

The process color (four color CMYK) of #a00ebe color hex is 0.16, 0.93, 0.00, 0.25. Web safe color of #a00ebe is #9900cc. Color #a00ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001110 10111110
Octal 240 16 276
Decimal 160 14 190
Hex A0 E BE

RGB Percentages of Color #a00ebe

%43.96
%3.85
%52.20

CMYK Percentages of Color #a00ebe

%16
%93
%0
%25

Triadic Colors of #a00ebe

#a00ebe #bea00e #0ebea0

Analogous Colors of #a00ebe

#a00ebe #be0e84 #480ebe

Monochromatic Colors of #a00ebe

#a00ebe

Complementary Color

#a00ebe #2cbe0e

#a00ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00ebe Color CSS Codes

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

#a00ebe Text Font Color

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

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


#a00ebe Background Color

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

This div background color is #a00ebe


#a00ebe Border Color

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

This div border color is #a00ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00ebe


Comments

No comments written yet.

Please login to write comment.