Color Hex Logo

#a40dbd Color Hex

#A40DBD
(164,13,189)
0 Favorites   0 Comments

Color spaces of #a40dbd

RGB 16413189
HSL0.810.870.40
HSV291°93°74°
CMYK 0.130.930.00   0.26
XYZ24.639111.854549.1336
Yxy11.85450.28770.1384
Hunter Lab34.430467.4853-60.5081
CIE-Lab40.983973.1898-55.1557

#a40dbd color RGB value is (164,13,189).

#a40dbd hex color red value is 164, green value is 13 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a40dbd hue: 0.81 , saturation: 0.87 and the lightness value of a40dbd is 0.40.

The process color (four color CMYK) of #a40dbd color hex is 0.13, 0.93, 0.00, 0.26. Web safe color of #a40dbd is #9900cc. Color #a40dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001101 10111101
Octal 244 15 275
Decimal 164 13 189
Hex A4 D BD

RGB Percentages of Color #a40dbd

%44.81
%3.55
%51.64

CMYK Percentages of Color #a40dbd

%13
%93
%0
%26

Triadic Colors of #a40dbd

#a40dbd #bda40d #0dbda4

Analogous Colors of #a40dbd

#a40dbd #bd0d7e #4c0dbd

Monochromatic Colors of #a40dbd

#a40dbd

Complementary Color

#a40dbd #26bd0d

#a40dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40dbd Color CSS Codes

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

#a40dbd Text Font Color

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

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


#a40dbd Background Color

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

This div background color is #a40dbd


#a40dbd Border Color

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

This div border color is #a40dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40dbd


Comments

No comments written yet.

Please login to write comment.