Color Hex Logo

#a00eba Color Hex

#A00EBA
(160,14,186)
0 Favorites   0 Comments

Color spaces of #a00eba

RGB 16014186
HSL0.810.860.39
HSV291°92°73°
CMYK 0.140.920.00   0.27
XYZ23.517211.332847.4023
Yxy11.33280.28590.1378
Hunter Lab33.664265.7844-59.9208
CIE-Lab40.135471.9329-54.7952

#a00eba color RGB value is (160,14,186).

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

The process color (four color CMYK) of #a00eba color hex is 0.14, 0.92, 0.00, 0.27. Web safe color of #a00eba is #9900cc. Color #a00eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001110 10111010
Octal 240 16 272
Decimal 160 14 186
Hex A0 E BA

RGB Percentages of Color #a00eba

%44.44
%3.89
%51.67

CMYK Percentages of Color #a00eba

%14
%92
%0
%27

Triadic Colors of #a00eba

#a00eba #baa00e #0ebaa0

Analogous Colors of #a00eba

#a00eba #ba0e7e #4a0eba

Monochromatic Colors of #a00eba

#a00eba

Complementary Color

#a00eba #28ba0e

#a00eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00eba Color CSS Codes

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

#a00eba Text Font Color

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

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


#a00eba Background Color

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

This div background color is #a00eba


#a00eba Border Color

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

This div border color is #a00eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00eba


Comments

No comments written yet.

Please login to write comment.