Color Hex Logo

#a40dca Color Hex

#A40DCA
(164,13,202)
0 Favorites   0 Comments

Color spaces of #a40dca

RGB 16413202
HSL0.800.880.42
HSV288°94°79°
CMYK 0.190.940.00   0.21
XYZ26.114412.444656.9028
Yxy12.44460.27360.1304
Hunter Lab35.276970.4034-70.9429
CIE-Lab41.914275.4202-61.2451

#a40dca color RGB value is (164,13,202).

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

The process color (four color CMYK) of #a40dca color hex is 0.19, 0.94, 0.00, 0.21. Web safe color of #a40dca is #9900cc. Color #a40dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001101 11001010
Octal 244 15 312
Decimal 164 13 202
Hex A4 D CA

RGB Percentages of Color #a40dca

%43.27
%3.43
%53.30

CMYK Percentages of Color #a40dca

%19
%94
%0
%21

Triadic Colors of #a40dca

#a40dca #caa40d #0dcaa4

Analogous Colors of #a40dca

#a40dca #ca0d92 #460dca

Monochromatic Colors of #a40dca

#a40dca

Complementary Color

#a40dca #33ca0d

#a40dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40dca Color CSS Codes

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

#a40dca Text Font Color

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

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


#a40dca Background Color

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

This div background color is #a40dca


#a40dca Border Color

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

This div border color is #a40dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40dca


Comments

No comments written yet.

Please login to write comment.