Color Hex Logo

#a42781 Color Hex

#A42781
(164,39,129)
0 Favorites   0 Comments

Color spaces of #a42781

RGB 16439129
HSL0.880.620.40
HSV317°76°64°
CMYK 0.000.760.21   0.36
XYZ19.997810.928521.8243
Yxy10.92850.37910.2072
Hunter Lab33.058350.1272-16.0011
CIE-Lab39.459858.3334-21.4257

#a42781 color RGB value is (164,39,129).

#a42781 hex color red value is 164, green value is 39 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #a42781 hue: 0.88 , saturation: 0.62 and the lightness value of a42781 is 0.40.

The process color (four color CMYK) of #a42781 color hex is 0.00, 0.76, 0.21, 0.36. Web safe color of #a42781 is #993399. Color #a42781 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100111 10000001
Octal 244 47 201
Decimal 164 39 129
Hex A4 27 81

RGB Percentages of Color #a42781

%49.40
%11.75
%38.86

CMYK Percentages of Color #a42781

%0
%76
%21
%36

Triadic Colors of #a42781

#a42781 #81a427 #2781a4

Analogous Colors of #a42781

#a42781 #a42742 #8927a4

Monochromatic Colors of #a42781

#a42781

Complementary Color

#a42781 #27a44a

#a42781 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42781 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42781 Color CSS Codes

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

#a42781 Text Font Color

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

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


#a42781 Background Color

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

This div background color is #a42781


#a42781 Border Color

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

This div border color is #a42781


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42781


Comments

No comments written yet.

Please login to write comment.