Color Hex Logo

#a10ebe Color Hex

#A10EBE
(161,14,190)
0 Favorites   0 Comments

Color spaces of #a10ebe

RGB 16114190
HSL0.810.860.40
HSV290°93°75°
CMYK 0.150.930.00   0.25
XYZ24.149211.608849.6831
Yxy11.60880.28260.1359
Hunter Lab34.071766.8911-62.6061
CIE-Lab40.587572.7714-56.4089

#a10ebe color RGB value is (161,14,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001110 10111110
Octal 241 16 276
Decimal 161 14 190
Hex A1 E BE

RGB Percentages of Color #a10ebe

%44.11
%3.84
%52.05

CMYK Percentages of Color #a10ebe

%15
%93
%0
%25

Triadic Colors of #a10ebe

#a10ebe #bea10e #0ebea1

Analogous Colors of #a10ebe

#a10ebe #be0e83 #490ebe

Monochromatic Colors of #a10ebe

#a10ebe

Complementary Color

#a10ebe #2bbe0e

#a10ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10ebe Color CSS Codes

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

#a10ebe Text Font Color

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

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


#a10ebe Background Color

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

This div background color is #a10ebe


#a10ebe Border Color

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

This div border color is #a10ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10ebe


Comments

No comments written yet.

Please login to write comment.