Color Hex Logo

#a52564 Color Hex

#A52564
(165,37,100)
0 Favorites   0 Comments

Color spaces of #a52564

RGB 16537100
HSL0.920.630.40
HSV330°78°65°
CMYK 0.000.780.39   0.35
XYZ18.478910.242613.0597
Yxy10.24260.44230.2451
Hunter Lab32.004147.0574-1.7913
CIE-Lab38.274455.7148-5.0562

#a52564 color RGB value is (165,37,100).

#a52564 hex color red value is 165, green value is 37 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #a52564 hue: 0.92 , saturation: 0.63 and the lightness value of a52564 is 0.40.

The process color (four color CMYK) of #a52564 color hex is 0.00, 0.78, 0.39, 0.35. Web safe color of #a52564 is #993366. Color #a52564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100101 01100100
Octal 245 45 144
Decimal 165 37 100
Hex A5 25 64

RGB Percentages of Color #a52564

%54.64
%12.25
%33.11

CMYK Percentages of Color #a52564

%0
%78
%39
%35

Triadic Colors of #a52564

#a52564 #64a525 #2564a5

Analogous Colors of #a52564

#a52564 #a52625 #a525a4

Monochromatic Colors of #a52564

#a52564

Complementary Color

#a52564 #25a566

#a52564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52564 Color CSS Codes

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

#a52564 Text Font Color

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

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


#a52564 Background Color

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

This div background color is #a52564


#a52564 Border Color

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

This div border color is #a52564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52564


Comments

No comments written yet.

Please login to write comment.