Color Hex Logo

#a11feb Color Hex

#A11FEB
(161,31,235)
0 Favorites   0 Comments

Color spaces of #a11feb

RGB 16131235
HSL0.770.840.52
HSV278°87°92°
CMYK 0.310.870.00   0.08
XYZ30.183314.555279.8159
Yxy14.55520.24230.1169
Hunter Lab38.151374.4551-97.3341
CIE-Lab45.018978.1121-75.1272

#a11feb color RGB value is (161,31,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011111 11101011
Octal 241 37 353
Decimal 161 31 235
Hex A1 1F EB

RGB Percentages of Color #a11feb

%37.70
%7.26
%55.04

CMYK Percentages of Color #a11feb

%31
%87
%0
%8

Triadic Colors of #a11feb

#a11feb #eba11f #1feba1

Analogous Colors of #a11feb

#a11feb #eb1fcf #3b1feb

Monochromatic Colors of #a11feb

#a11feb

Complementary Color

#a11feb #69eb1f

#a11feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11feb Color CSS Codes

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

#a11feb Text Font Color

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

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


#a11feb Background Color

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

This div background color is #a11feb


#a11feb Border Color

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

This div border color is #a11feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11feb


Comments

No comments written yet.

Please login to write comment.