Color Hex Logo

#a40199 Color Hex

#A40199
(164,1,153)
0 Favorites   0 Comments

Color spaces of #a40199

RGB 1641153
HSL0.840.990.32
HSV304°99°64°
CMYK 0.000.990.07   0.36
XYZ21.070510.214130.9980
Yxy10.21410.33830.1640
Hunter Lab31.959561.7537-35.1346
CIE-Lab38.224068.8852-38.0797

#a40199 color RGB value is (164,1,153).

#a40199 hex color red value is 164, green value is 1 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a40199 hue: 0.84 , saturation: 0.99 and the lightness value of a40199 is 0.32.

The process color (four color CMYK) of #a40199 color hex is 0.00, 0.99, 0.07, 0.36. Web safe color of #a40199 is #990099. Color #a40199 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000001 10011001
Octal 244 1 231
Decimal 164 1 153
Hex A4 1 99

RGB Percentages of Color #a40199

%51.57
%0.31
%48.11

CMYK Percentages of Color #a40199

%0
%99
%7
%36

Triadic Colors of #a40199

#a40199 #99a401 #0199a4

Analogous Colors of #a40199

#a40199 #a40148 #5e01a4

Monochromatic Colors of #a40199

#a40199

Complementary Color

#a40199 #01a40c

#a40199 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a40199 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a40199 Color CSS Codes

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

#a40199 Text Font Color

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

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


#a40199 Background Color

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

This div background color is #a40199


#a40199 Border Color

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

This div border color is #a40199


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a40199


Comments

No comments written yet.

Please login to write comment.