Color Hex Logo

#a53057 Color Hex

#A53057
(165,48,87)
0 Favorites   0 Comments

Color spaces of #a53057

RGB 1654887
HSL0.940.550.42
HSV340°71°65°
CMYK 0.000.710.47   0.35
XYZ18.294310.801410.1375
Yxy10.80140.46630.2753
Hunter Lab32.865541.84604.7176
CIE-Lab39.243950.56784.6011

#a53057 color RGB value is (165,48,87).

#a53057 hex color red value is 165, green value is 48 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a53057 hue: 0.94 , saturation: 0.55 and the lightness value of a53057 is 0.42.

The process color (four color CMYK) of #a53057 color hex is 0.00, 0.71, 0.47, 0.35. Web safe color of #a53057 is #993366. Color #a53057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00110000 01010111
Octal 245 60 127
Decimal 165 48 87
Hex A5 30 57

RGB Percentages of Color #a53057

%55.00
%16.00
%29.00

CMYK Percentages of Color #a53057

%0
%71
%47
%35

Triadic Colors of #a53057

#a53057 #57a530 #3057a5

Analogous Colors of #a53057

#a53057 #a54430 #a53092

Monochromatic Colors of #a53057

#a53057

Complementary Color

#a53057 #30a57e

#a53057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a53057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a53057 Color CSS Codes

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

#a53057 Text Font Color

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

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


#a53057 Background Color

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

This div background color is #a53057


#a53057 Border Color

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

This div border color is #a53057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a53057


Comments

No comments written yet.

Please login to write comment.