Color Hex Logo

#a52059 Color Hex

#A52059
(165,32,89)
0 Favorites   0 Comments

Color spaces of #a52059

RGB 1653289
HSL0.930.680.39
HSV334°81°65°
CMYK 0.000.810.46   0.35
XYZ17.83679.753610.3937
Yxy9.75360.46960.2568
Hunter Lab31.230847.29222.1296
CIE-Lab37.396556.10350.6587

#a52059 color RGB value is (165,32,89).

#a52059 hex color red value is 165, green value is 32 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a52059 hue: 0.93 , saturation: 0.68 and the lightness value of a52059 is 0.39.

The process color (four color CMYK) of #a52059 color hex is 0.00, 0.81, 0.46, 0.35. Web safe color of #a52059 is #993366. Color #a52059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00100000 01011001
Octal 245 40 131
Decimal 165 32 89
Hex A5 20 59

RGB Percentages of Color #a52059

%57.69
%11.19
%31.12

CMYK Percentages of Color #a52059

%0
%81
%46
%35

Triadic Colors of #a52059

#a52059 #59a520 #2059a5

Analogous Colors of #a52059

#a52059 #a52a20 #a5209c

Monochromatic Colors of #a52059

#a52059

Complementary Color

#a52059 #20a56c

#a52059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a52059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a52059 Color CSS Codes

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

#a52059 Text Font Color

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

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


#a52059 Background Color

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

This div background color is #a52059


#a52059 Border Color

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

This div border color is #a52059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a52059


Comments

No comments written yet.

Please login to write comment.