Color Hex Logo

#a52981 Color Hex

#A52981
(165,41,129)
0 Favorites   0 Comments

Color spaces of #a52981

RGB 16541129
HSL0.880.600.40
HSV317°75°65°
CMYK 0.000.750.22   0.35
XYZ20.272411.170221.8565
Yxy11.17020.38040.2096
Hunter Lab33.421849.7830-15.3779
CIE-Lab39.865757.9389-20.7835

#a52981 color RGB value is (165,41,129).

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

The process color (four color CMYK) of #a52981 color hex is 0.00, 0.75, 0.22, 0.35. Web safe color of #a52981 is #993399. Color #a52981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101001 10000001
Octal 245 51 201
Decimal 165 41 129
Hex A5 29 81

RGB Percentages of Color #a52981

%49.25
%12.24
%38.51

CMYK Percentages of Color #a52981

%0
%75
%22
%35

Triadic Colors of #a52981

#a52981 #81a529 #2981a5

Analogous Colors of #a52981

#a52981 #a52943 #8b29a5

Monochromatic Colors of #a52981

#a52981

Complementary Color

#a52981 #29a54d

#a52981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52981 Color CSS Codes

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

#a52981 Text Font Color

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

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


#a52981 Background Color

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

This div background color is #a52981


#a52981 Border Color

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

This div border color is #a52981


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,41,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 #a52981">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52981


Comments

No comments written yet.

Please login to write comment.