Color Hex Logo

#a01eba Color Hex

#A01EBA
(160,30,186)
0 Favorites   0 Comments

Color spaces of #a01eba

RGB 16030186
HSL0.810.720.42
HSV290°84°73°
CMYK 0.140.840.00   0.27
XYZ23.824411.947347.5047
Yxy11.94730.28610.1435
Hunter Lab34.564962.5455-57.2906
CIE-Lab41.132268.9972-53.1856

#a01eba color RGB value is (160,30,186).

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

The process color (four color CMYK) of #a01eba color hex is 0.14, 0.84, 0.00, 0.27. Web safe color of #a01eba is #9933cc. Color #a01eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011110 10111010
Octal 240 36 272
Decimal 160 30 186
Hex A0 1E BA

RGB Percentages of Color #a01eba

%42.55
%7.98
%49.47

CMYK Percentages of Color #a01eba

%14
%84
%0
%27

Triadic Colors of #a01eba

#a01eba #baa01e #1ebaa0

Analogous Colors of #a01eba

#a01eba #ba1e86 #521eba

Monochromatic Colors of #a01eba

#a01eba

Complementary Color

#a01eba #38ba1e

#a01eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01eba Color CSS Codes

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

#a01eba Text Font Color

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

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


#a01eba Background Color

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

This div background color is #a01eba


#a01eba Border Color

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

This div border color is #a01eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01eba


Comments

No comments written yet.

Please login to write comment.