Color Hex Logo

#a01ebe Color Hex

#A01EBE
(160,30,190)
0 Favorites   0 Comments

Color spaces of #a01ebe

RGB 16030190
HSL0.800.730.43
HSV289°84°75°
CMYK 0.160.840.00   0.25
XYZ24.255712.119849.7761
Yxy12.11980.28150.1407
Hunter Lab34.813563.4431-60.4030
CIE-Lab41.405969.7087-55.0939

#a01ebe color RGB value is (160,30,190).

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

The process color (four color CMYK) of #a01ebe color hex is 0.16, 0.84, 0.00, 0.25. Web safe color of #a01ebe is #9933cc. Color #a01ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00011110 10111110
Octal 240 36 276
Decimal 160 30 190
Hex A0 1E BE

RGB Percentages of Color #a01ebe

%42.11
%7.89
%50.00

CMYK Percentages of Color #a01ebe

%16
%84
%0
%25

Triadic Colors of #a01ebe

#a01ebe #bea01e #1ebea0

Analogous Colors of #a01ebe

#a01ebe #be1e8c #501ebe

Monochromatic Colors of #a01ebe

#a01ebe

Complementary Color

#a01ebe #3cbe1e

#a01ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a01ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a01ebe Color CSS Codes

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

#a01ebe Text Font Color

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

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


#a01ebe Background Color

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

This div background color is #a01ebe


#a01ebe Border Color

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

This div border color is #a01ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a01ebe


Comments

No comments written yet.

Please login to write comment.