Color Hex Logo

#a11beb Color Hex

#A11BEB
(161,27,235)
0 Favorites   0 Comments

Color spaces of #a11beb

RGB 16127235
HSL0.770.840.51
HSV279°89°92°
CMYK 0.310.890.00   0.08
XYZ30.085314.359179.7832
Yxy14.35910.24220.1156
Hunter Lab37.893475.4058-98.3076
CIE-Lab44.743678.9290-75.5772

#a11beb color RGB value is (161,27,235).

#a11beb hex color red value is 161, green value is 27 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a11beb hue: 0.77 , saturation: 0.84 and the lightness value of a11beb is 0.51.

The process color (four color CMYK) of #a11beb color hex is 0.31, 0.89, 0.00, 0.08. Web safe color of #a11beb is #9933ff. Color #a11beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011011 11101011
Octal 241 33 353
Decimal 161 27 235
Hex A1 1B EB

RGB Percentages of Color #a11beb

%38.06
%6.38
%55.56

CMYK Percentages of Color #a11beb

%31
%89
%0
%8

Triadic Colors of #a11beb

#a11beb #eba11b #1beba1

Analogous Colors of #a11beb

#a11beb #eb1bcd #391beb

Monochromatic Colors of #a11beb

#a11beb

Complementary Color

#a11beb #65eb1b

#a11beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11beb Color CSS Codes

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

#a11beb Text Font Color

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

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


#a11beb Background Color

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

This div background color is #a11beb


#a11beb Border Color

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

This div border color is #a11beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11beb


Comments

No comments written yet.

Please login to write comment.