Color Hex Logo

#a411cd Color Hex

#A411CD
(164,17,205)
0 Favorites   0 Comments

Color spaces of #a411cd

RGB 16417205
HSL0.800.850.44
HSV287°92°80°
CMYK 0.200.920.00   0.20
XYZ26.529712.701258.8109
Yxy12.70120.27060.1295
Hunter Lab35.638770.5087-72.8930
CIE-Lab42.309575.4301-62.3444

#a411cd color RGB value is (164,17,205).

#a411cd hex color red value is 164, green value is 17 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a411cd hue: 0.80 , saturation: 0.85 and the lightness value of a411cd is 0.44.

The process color (four color CMYK) of #a411cd color hex is 0.20, 0.92, 0.00, 0.20. Web safe color of #a411cd is #9900cc. Color #a411cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010001 11001101
Octal 244 21 315
Decimal 164 17 205
Hex A4 11 CD

RGB Percentages of Color #a411cd

%42.49
%4.40
%53.11

CMYK Percentages of Color #a411cd

%20
%92
%0
%20

Triadic Colors of #a411cd

#a411cd #cda411 #11cda4

Analogous Colors of #a411cd

#a411cd #cd1198 #4611cd

Monochromatic Colors of #a411cd

#a411cd

Complementary Color

#a411cd #3acd11

#a411cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a411cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a411cd Color CSS Codes

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

#a411cd Text Font Color

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

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


#a411cd Background Color

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

This div background color is #a411cd


#a411cd Border Color

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

This div border color is #a411cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a411cd


Comments

No comments written yet.

Please login to write comment.