Color Hex Logo

#a41dcd Color Hex

#A41DCD
(164,29,205)
0 Favorites   0 Comments

Color spaces of #a41dcd

RGB 16429205
HSL0.790.750.46
HSV286°86°80°
CMYK 0.200.860.00   0.20
XYZ26.768713.179058.8905
Yxy13.17900.27080.1333
Hunter Lab36.302968.0907-70.7681
CIE-Lab43.031773.2956-61.1727

#a41dcd color RGB value is (164,29,205).

#a41dcd hex color red value is 164, green value is 29 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a41dcd hue: 0.79 , saturation: 0.75 and the lightness value of a41dcd is 0.46.

The process color (four color CMYK) of #a41dcd color hex is 0.20, 0.86, 0.00, 0.20. Web safe color of #a41dcd is #9933cc. Color #a41dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011101 11001101
Octal 244 35 315
Decimal 164 29 205
Hex A4 1D CD

RGB Percentages of Color #a41dcd

%41.21
%7.29
%51.51

CMYK Percentages of Color #a41dcd

%20
%86
%0
%20

Triadic Colors of #a41dcd

#a41dcd #cda41d #1dcda4

Analogous Colors of #a41dcd

#a41dcd #cd1d9e #4c1dcd

Monochromatic Colors of #a41dcd

#a41dcd

Complementary Color

#a41dcd #46cd1d

#a41dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41dcd Color CSS Codes

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

#a41dcd Text Font Color

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

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


#a41dcd Background Color

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

This div background color is #a41dcd


#a41dcd Border Color

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

This div border color is #a41dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41dcd


Comments

No comments written yet.

Please login to write comment.