Color Hex Logo

#a911ed Color Hex

#A911ED
(169,17,237)
0 Favorites   0 Comments

Color spaces of #a911ed

RGB 16917237
HSL0.780.870.50
HSV281°93°93°
CMYK 0.290.930.00   0.07
XYZ31.848714.950381.3279
Yxy14.95030.24860.1167
Hunter Lab38.665679.3648-97.6426
CIE-Lab45.566181.9155-75.3154

#a911ed color RGB value is (169,17,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010001 11101101
Octal 251 21 355
Decimal 169 17 237
Hex A9 11 ED

RGB Percentages of Color #a911ed

%39.95
%4.02
%56.03

CMYK Percentages of Color #a911ed

%29
%93
%0
%7

Triadic Colors of #a911ed

#a911ed #eda911 #11eda9

Analogous Colors of #a911ed

#a911ed #ed11c3 #3b11ed

Monochromatic Colors of #a911ed

#a911ed

Complementary Color

#a911ed #55ed11

#a911ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a911ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a911ed Color CSS Codes

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

#a911ed Text Font Color

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

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


#a911ed Background Color

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

This div background color is #a911ed


#a911ed Border Color

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

This div border color is #a911ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a911ed


Comments

No comments written yet.

Please login to write comment.