Color Hex Logo

#a52895 Color Hex

#A52895
(165,40,149)
0 Favorites   0 Comments

Color spaces of #a52895

RGB 16540149
HSL0.850.610.40
HSV308°76°65°
CMYK 0.000.760.10   0.35
XYZ21.700711.686829.5458
Yxy11.68680.34480.1857
Hunter Lab34.186053.4835-27.3122
CIE-Lab40.713961.1399-31.6991

#a52895 color RGB value is (165,40,149).

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

The process color (four color CMYK) of #a52895 color hex is 0.00, 0.76, 0.10, 0.35. Web safe color of #a52895 is #993399. Color #a52895 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00101000 10010101
Octal 245 50 225
Decimal 165 40 149
Hex A5 28 95

RGB Percentages of Color #a52895

%46.61
%11.30
%42.09

CMYK Percentages of Color #a52895

%0
%76
%10
%35

Triadic Colors of #a52895

#a52895 #95a528 #2895a5

Analogous Colors of #a52895

#a52895 #a52857 #7728a5

Monochromatic Colors of #a52895

#a52895

Complementary Color

#a52895 #28a538

#a52895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52895 Color CSS Codes

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

#a52895 Text Font Color

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

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


#a52895 Background Color

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

This div background color is #a52895


#a52895 Border Color

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

This div border color is #a52895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52895


Comments

No comments written yet.

Please login to write comment.