Color Hex Logo

#a10be9 Color Hex

#A10BE9
(161,11,233)
0 Favorites   0 Comments

Color spaces of #a10be9

RGB 16111233
HSL0.780.910.48
HSV281°95°91°
CMYK 0.310.950.00   0.09
XYZ29.525613.699678.1789
Yxy13.69960.24320.1128
Hunter Lab37.013077.6185-99.3234
CIE-Lab43.799080.8741-75.9890

#a10be9 color RGB value is (161,11,233).

#a10be9 hex color red value is 161, green value is 11 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #a10be9 hue: 0.78 , saturation: 0.91 and the lightness value of a10be9 is 0.48.

The process color (four color CMYK) of #a10be9 color hex is 0.31, 0.95, 0.00, 0.09. Web safe color of #a10be9 is #9900ff. Color #a10be9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001011 11101001
Octal 241 13 351
Decimal 161 11 233
Hex A1 B E9

RGB Percentages of Color #a10be9

%39.75
%2.72
%57.53

CMYK Percentages of Color #a10be9

%31
%95
%0
%9

Triadic Colors of #a10be9

#a10be9 #e9a10b #0be9a1

Analogous Colors of #a10be9

#a10be9 #e90bc2 #320be9

Monochromatic Colors of #a10be9

#a10be9

Complementary Color

#a10be9 #53e90b

#a10be9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10be9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10be9 Color CSS Codes

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

#a10be9 Text Font Color

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

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


#a10be9 Background Color

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

This div background color is #a10be9


#a10be9 Border Color

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

This div border color is #a10be9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,11,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10be9


Comments

No comments written yet.

Please login to write comment.