Color Hex Logo

#a52872 Color Hex

#A52872
(165,40,114)
0 Favorites   0 Comments

Color spaces of #a52872

RGB 16540114
HSL0.900.610.40
HSV324°76°65°
CMYK 0.000.760.31   0.35
XYZ19.313110.731816.9731
Yxy10.73180.41080.2282
Hunter Lab32.759447.9045-7.7873
CIE-Lab39.125056.3428-12.5944

#a52872 color RGB value is (165,40,114).

#a52872 hex color red value is 165, green value is 40 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #a52872 hue: 0.90 , saturation: 0.61 and the lightness value of a52872 is 0.40.

The process color (four color CMYK) of #a52872 color hex is 0.00, 0.76, 0.31, 0.35. Web safe color of #a52872 is #993366. Color #a52872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101000 01110010
Octal 245 50 162
Decimal 165 40 114
Hex A5 28 72

RGB Percentages of Color #a52872

%51.72
%12.54
%35.74

CMYK Percentages of Color #a52872

%0
%76
%31
%35

Triadic Colors of #a52872

#a52872 #72a528 #2872a5

Analogous Colors of #a52872

#a52872 #a52834 #9a28a5

Monochromatic Colors of #a52872

#a52872

Complementary Color

#a52872 #28a55b

#a52872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52872 Color CSS Codes

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

#a52872 Text Font Color

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

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


#a52872 Background Color

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

This div background color is #a52872


#a52872 Border Color

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

This div border color is #a52872


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,40,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52872


Comments

No comments written yet.

Please login to write comment.