Color Hex Logo

#a11eb1 Color Hex

#A11EB1
(161,30,177)
0 Favorites   0 Comments

Color spaces of #a11eb1

RGB 16130177
HSL0.820.710.41
HSV293°83°69°
CMYK 0.090.830.00   0.31
XYZ23.098011.679942.6320
Yxy11.67990.29840.1509
Hunter Lab34.175960.8327-50.0370
CIE-Lab40.702867.6111-48.5515

#a11eb1 color RGB value is (161,30,177).

#a11eb1 hex color red value is 161, green value is 30 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #a11eb1 hue: 0.82 , saturation: 0.71 and the lightness value of a11eb1 is 0.41.

The process color (four color CMYK) of #a11eb1 color hex is 0.09, 0.83, 0.00, 0.31. Web safe color of #a11eb1 is #993399. Color #a11eb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00011110 10110001
Octal 241 36 261
Decimal 161 30 177
Hex A1 1E B1

RGB Percentages of Color #a11eb1

%43.75
%8.15
%48.10

CMYK Percentages of Color #a11eb1

%9
%83
%0
%31

Triadic Colors of #a11eb1

#a11eb1 #b1a11e #1eb1a1

Analogous Colors of #a11eb1

#a11eb1 #b11e78 #581eb1

Monochromatic Colors of #a11eb1

#a11eb1

Complementary Color

#a11eb1 #2eb11e

#a11eb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a11eb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a11eb1 Color CSS Codes

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

#a11eb1 Text Font Color

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

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


#a11eb1 Background Color

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

This div background color is #a11eb1


#a11eb1 Border Color

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

This div border color is #a11eb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a11eb1


Comments

No comments written yet.

Please login to write comment.