Color Hex Logo

#a411ee Color Hex

#A411EE
(164,17,238)
0 Favorites   0 Comments

Color spaces of #a411ee

RGB 16417238
HSL0.780.870.50
HSV280°93°93°
CMYK 0.310.930.00   0.07
XYZ30.942914.466582.0504
Yxy14.46650.24280.1135
Hunter Lab38.034978.6560-101.2785
CIE-Lab44.894781.4854-77.0087

#a411ee color RGB value is (164,17,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010001 11101110
Octal 244 21 356
Decimal 164 17 238
Hex A4 11 EE

RGB Percentages of Color #a411ee

%39.14
%4.06
%56.80

CMYK Percentages of Color #a411ee

%31
%93
%0
%7

Triadic Colors of #a411ee

#a411ee #eea411 #11eea4

Analogous Colors of #a411ee

#a411ee #ee11ca #3611ee

Monochromatic Colors of #a411ee

#a411ee

Complementary Color

#a411ee #5bee11

#a411ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a411ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a411ee Color CSS Codes

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

#a411ee Text Font Color

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

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


#a411ee Background Color

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

This div background color is #a411ee


#a411ee Border Color

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

This div border color is #a411ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a411ee


Comments

No comments written yet.

Please login to write comment.