Color Hex Logo

#a10beb Color Hex

#A10BEB
(161,11,235)
0 Favorites   0 Comments

Color spaces of #a10beb

RGB 16111235
HSL0.780.910.48
HSV280°95°92°
CMYK 0.310.950.00   0.08
XYZ29.813013.814679.6924
Yxy13.81460.24180.1120
Hunter Lab37.168078.1335-101.1069
CIE-Lab43.965981.2501-76.8496

#a10beb color RGB value is (161,11,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00001011 11101011
Octal 241 13 353
Decimal 161 11 235
Hex A1 B EB

RGB Percentages of Color #a10beb

%39.56
%2.70
%57.74

CMYK Percentages of Color #a10beb

%31
%95
%0
%8

Triadic Colors of #a10beb

#a10beb #eba10b #0beba1

Analogous Colors of #a10beb

#a10beb #eb0bc5 #310beb

Monochromatic Colors of #a10beb

#a10beb

Complementary Color

#a10beb #55eb0b

#a10beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a10beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a10beb Color CSS Codes

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

#a10beb Text Font Color

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

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


#a10beb Background Color

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

This div background color is #a10beb


#a10beb Border Color

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

This div border color is #a10beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a10beb


Comments

No comments written yet.

Please login to write comment.