Color Hex Logo

#a111ed Color Hex

#A111ED
(161,17,237)
0 Favorites   0 Comments

Color spaces of #a111ed

RGB 16117237
HSL0.780.870.50
HSV279°93°93°
CMYK 0.320.930.00   0.07
XYZ30.184514.092481.2500
Yxy14.09240.24050.1123
Hunter Lab37.539877.8310-102.0474
CIE-Lab44.365280.9343-77.3279

#a111ed color RGB value is (161,17,237).

#a111ed hex color red value is 161, green value is 17 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a111ed hue: 0.78 , saturation: 0.87 and the lightness value of a111ed is 0.50.

The process color (four color CMYK) of #a111ed color hex is 0.32, 0.93, 0.00, 0.07. Web safe color of #a111ed is #9900ff. Color #a111ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00010001 11101101
Octal 241 21 355
Decimal 161 17 237
Hex A1 11 ED

RGB Percentages of Color #a111ed

%38.80
%4.10
%57.11

CMYK Percentages of Color #a111ed

%32
%93
%0
%7

Triadic Colors of #a111ed

#a111ed #eda111 #11eda1

Analogous Colors of #a111ed

#a111ed #ed11cb #3311ed

Monochromatic Colors of #a111ed

#a111ed

Complementary Color

#a111ed #5ded11

#a111ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a111ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a111ed Color CSS Codes

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

#a111ed Text Font Color

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

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


#a111ed Background Color

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

This div background color is #a111ed


#a111ed Border Color

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

This div border color is #a111ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a111ed


Comments

No comments written yet.

Please login to write comment.