Color Hex Logo

#a911ee Color Hex

#A911EE
(169,17,238)
0 Favorites   0 Comments

Color spaces of #a911ee

RGB 16917238
HSL0.780.870.50
HSV281°93°93°
CMYK 0.290.930.00   0.07
XYZ31.995315.009082.0996
Yxy15.00900.24780.1163
Hunter Lab38.741579.6198-98.5264
CIE-Lab45.646582.1007-75.7488

#a911ee color RGB value is (169,17,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010001 11101110
Octal 251 21 356
Decimal 169 17 238
Hex A9 11 EE

RGB Percentages of Color #a911ee

%39.86
%4.01
%56.13

CMYK Percentages of Color #a911ee

%29
%93
%0
%7

Triadic Colors of #a911ee

#a911ee #eea911 #11eea9

Analogous Colors of #a911ee

#a911ee #ee11c5 #3b11ee

Monochromatic Colors of #a911ee

#a911ee

Complementary Color

#a911ee #56ee11

#a911ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a911ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a911ee Color CSS Codes

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

#a911ee Text Font Color

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

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


#a911ee Background Color

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

This div background color is #a911ee


#a911ee Border Color

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

This div border color is #a911ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a911ee


Comments

No comments written yet.

Please login to write comment.