Color Hex Logo

#a41dca Color Hex

#A41DCA
(164,29,202)
0 Favorites   0 Comments

Color spaces of #a41dca

RGB 16429202
HSL0.800.750.45
HSV287°86°79°
CMYK 0.190.860.00   0.21
XYZ26.409913.035557.0013
Yxy13.03550.27380.1352
Hunter Lab36.104767.3861-68.3324
CIE-Lab42.816772.7515-59.7820

#a41dca color RGB value is (164,29,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011101 11001010
Octal 244 35 312
Decimal 164 29 202
Hex A4 1D CA

RGB Percentages of Color #a41dca

%41.52
%7.34
%51.14

CMYK Percentages of Color #a41dca

%19
%86
%0
%21

Triadic Colors of #a41dca

#a41dca #caa41d #1dcaa4

Analogous Colors of #a41dca

#a41dca #ca1d9a #4e1dca

Monochromatic Colors of #a41dca

#a41dca

Complementary Color

#a41dca #43ca1d

#a41dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41dca Color CSS Codes

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

#a41dca Text Font Color

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

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


#a41dca Background Color

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

This div background color is #a41dca


#a41dca Border Color

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

This div border color is #a41dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41dca


Comments

No comments written yet.

Please login to write comment.