Color Hex Logo

#a11deb Color Hex

#A11DEB
(161,29,235)
0 Favorites   0 Comments

Color spaces of #a11deb

RGB 16129235
HSL0.770.840.52
HSV278°88°92°
CMYK 0.310.880.00   0.08
XYZ30.132714.454079.7990
Yxy14.45400.24230.1162
Hunter Lab38.018474.9436-97.8342
CIE-Lab44.877178.5323-75.3589

#a11deb color RGB value is (161,29,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011101 11101011
Octal 241 35 353
Decimal 161 29 235
Hex A1 1D EB

RGB Percentages of Color #a11deb

%37.88
%6.82
%55.29

CMYK Percentages of Color #a11deb

%31
%88
%0
%8

Triadic Colors of #a11deb

#a11deb #eba11d #1deba1

Analogous Colors of #a11deb

#a11deb #eb1dce #3a1deb

Monochromatic Colors of #a11deb

#a11deb

Complementary Color

#a11deb #67eb1d

#a11deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11deb Color CSS Codes

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

#a11deb Text Font Color

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

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


#a11deb Background Color

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

This div background color is #a11deb


#a11deb Border Color

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

This div border color is #a11deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11deb


Comments

No comments written yet.

Please login to write comment.