Color Hex Logo

#a50257 Color Hex

#A50257
(165,2,87)
0 Favorites   0 Comments

Color spaces of #a50257

RGB 165287
HSL0.910.980.33
HSV329°99°65°
CMYK 0.000.990.47   0.35
XYZ17.25918.73099.7924
Yxy8.73090.48230.2440
Hunter Lab29.548152.55301.0346
CIE-Lab35.460961.3226-0.8808

#a50257 color RGB value is (165,2,87).

#a50257 hex color red value is 165, green value is 2 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #a50257 hue: 0.91 , saturation: 0.98 and the lightness value of a50257 is 0.33.

The process color (four color CMYK) of #a50257 color hex is 0.00, 0.99, 0.47, 0.35. Web safe color of #a50257 is #990066. Color #a50257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000010 01010111
Octal 245 2 127
Decimal 165 2 87
Hex A5 2 57

RGB Percentages of Color #a50257

%64.96
%0.79
%34.25

CMYK Percentages of Color #a50257

%0
%99
%47
%35

Triadic Colors of #a50257

#a50257 #57a502 #0257a5

Analogous Colors of #a50257

#a50257 #a50205 #a202a5

Monochromatic Colors of #a50257

#a50257

Complementary Color

#a50257 #02a550

#a50257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50257 Color CSS Codes

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

#a50257 Text Font Color

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

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


#a50257 Background Color

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

This div background color is #a50257


#a50257 Border Color

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

This div border color is #a50257


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,2,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 #a50257">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50257


Comments

No comments written yet.

Please login to write comment.