Color Hex Logo

#a11bea Color Hex

#A11BEA
(161,27,234)
0 Favorites   0 Comments

Color spaces of #a11bea

RGB 16127234
HSL0.770.830.51
HSV279°88°92°
CMYK 0.310.880.00   0.08
XYZ29.941214.301479.0243
Yxy14.30140.24290.1160
Hunter Lab37.817275.1446-97.4227
CIE-Lab44.662178.7353-75.1441

#a11bea color RGB value is (161,27,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011011 11101010
Octal 241 33 352
Decimal 161 27 234
Hex A1 1B EA

RGB Percentages of Color #a11bea

%38.15
%6.40
%55.45

CMYK Percentages of Color #a11bea

%31
%88
%0
%8

Triadic Colors of #a11bea

#a11bea #eaa11b #1beaa1

Analogous Colors of #a11bea

#a11bea #ea1bcc #391bea

Monochromatic Colors of #a11bea

#a11bea

Complementary Color

#a11bea #64ea1b

#a11bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11bea Color CSS Codes

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

#a11bea Text Font Color

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

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


#a11bea Background Color

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

This div background color is #a11bea


#a11bea Border Color

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

This div border color is #a11bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11bea


Comments

No comments written yet.

Please login to write comment.