Color Hex Logo

#a42c87 Color Hex

#A42C87
(164,44,135)
0 Favorites   0 Comments

Color spaces of #a42c87

RGB 16444135
HSL0.870.580.41
HSV315°73°64°
CMYK 0.000.730.18   0.36
XYZ20.583711.443124.0455
Yxy11.44310.36710.2041
Hunter Lab33.827749.4166-18.4654
CIE-Lab40.317057.5151-23.7911

#a42c87 color RGB value is (164,44,135).

#a42c87 hex color red value is 164, green value is 44 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a42c87 hue: 0.87 , saturation: 0.58 and the lightness value of a42c87 is 0.41.

The process color (four color CMYK) of #a42c87 color hex is 0.00, 0.73, 0.18, 0.36. Web safe color of #a42c87 is #993399. Color #a42c87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101100 10000111
Octal 244 54 207
Decimal 164 44 135
Hex A4 2C 87

RGB Percentages of Color #a42c87

%47.81
%12.83
%39.36

CMYK Percentages of Color #a42c87

%0
%73
%18
%36

Triadic Colors of #a42c87

#a42c87 #87a42c #2c87a4

Analogous Colors of #a42c87

#a42c87 #a42c4b #852ca4

Monochromatic Colors of #a42c87

#a42c87

Complementary Color

#a42c87 #2ca449

#a42c87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42c87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42c87 Color CSS Codes

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

#a42c87 Text Font Color

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

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


#a42c87 Background Color

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

This div background color is #a42c87


#a42c87 Border Color

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

This div border color is #a42c87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42c87


Comments

No comments written yet.

Please login to write comment.