Color Hex Logo

#a40da0 Color Hex

#A40DA0
(164,13,160)
0 Favorites   0 Comments

Color spaces of #a40da0

RGB 16413160
HSL0.840.850.35
HSV302°92°64°
CMYK 0.000.920.02   0.36
XYZ21.798910.718434.1776
Yxy10.71840.32680.1607
Hunter Lab32.739061.5592-38.9781
CIE-Lab39.102168.5479-40.9186

#a40da0 color RGB value is (164,13,160).

#a40da0 hex color red value is 164, green value is 13 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #a40da0 hue: 0.84 , saturation: 0.85 and the lightness value of a40da0 is 0.35.

The process color (four color CMYK) of #a40da0 color hex is 0.00, 0.92, 0.02, 0.36. Web safe color of #a40da0 is #990099. Color #a40da0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001101 10100000
Octal 244 15 240
Decimal 164 13 160
Hex A4 D A0

RGB Percentages of Color #a40da0

%48.66
%3.86
%47.48

CMYK Percentages of Color #a40da0

%0
%92
%2
%36

Triadic Colors of #a40da0

#a40da0 #a0a40d #0da0a4

Analogous Colors of #a40da0

#a40da0 #a40d55 #5d0da4

Monochromatic Colors of #a40da0

#a40da0

Complementary Color

#a40da0 #0da411

#a40da0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40da0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40da0 Color CSS Codes

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

#a40da0 Text Font Color

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

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


#a40da0 Background Color

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

This div background color is #a40da0


#a40da0 Border Color

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

This div border color is #a40da0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40da0


Comments

No comments written yet.

Please login to write comment.