color codes Logo

#a4038e color codes

#A4038E
(164,3,142)
0 Favorites   0 Comments

Color spaces of #a4038e

RGB 1643142
HSL0.860.960.33
HSV308°98°64°
CMYK 0.000.980.13   0.36
XYZ20.22499.910626.4382
Yxy9.91060.35750.1752
Hunter Lab31.481159.5846-27.7557
CIE-Lab37.681567.1199-32.2187

#a4038e color RGB value is (164,3,142).

#a4038e hex color red value is 164, green value is 3 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a4038e hue: 0.86 , saturation: 0.96 and the lightness value of a4038e is 0.33.

The process color (four color CMYK) of #a4038e color code is 0.00, 0.98, 0.13, 0.36. Web safe color of #a4038e is #990099. Color #a4038e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000011 10001110
Octal 244 3 216
Decimal 164 3 142
Hex A4 3 8E

RGB Percentages of Color #a4038e

%53.07
%0.97
%45.95

CMYK Percentages of Color #a4038e

%0
%98
%13
%36

Triadic Colors of #a4038e

#a4038e #8ea403 #038ea4

Analogous Colors of #a4038e

#a4038e #a4033e #6a03a4

Monochromatic Colors of #a4038e

#a4038e

Complementary Color

#a4038e #03a419

#a4038e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4038e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4038e Color CSS Codes

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

#a4038e Text Font Color

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

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


#a4038e Background Color

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

This div background color is #a4038e


#a4038e Border Color

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

This div border color is #a4038e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4038e


Comments

No comments written yet.

Please login to write comment.