Color Hex Logo

#a50753 Color Hex

#A50753
(165,7,83)
0 Favorites   0 Comments

Color spaces of #a50753

RGB 165783
HSL0.920.920.34
HSV331°96°65°
CMYK 0.000.960.50   0.35
XYZ17.15448.77588.9734
Yxy8.77580.49150.2514
Hunter Lab29.624051.52232.7772
CIE-Lab35.549060.36931.8422

#a50753 color RGB value is (165,7,83).

#a50753 hex color red value is 165, green value is 7 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #a50753 hue: 0.92 , saturation: 0.92 and the lightness value of a50753 is 0.34.

The process color (four color CMYK) of #a50753 color hex is 0.00, 0.96, 0.50, 0.35. Web safe color of #a50753 is #990066. Color #a50753 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000111 01010011
Octal 245 7 123
Decimal 165 7 83
Hex A5 7 53

RGB Percentages of Color #a50753

%64.71
%2.75
%32.55

CMYK Percentages of Color #a50753

%0
%96
%50
%35

Triadic Colors of #a50753

#a50753 #53a507 #0753a5

Analogous Colors of #a50753

#a50753 #a50a07 #a507a2

Monochromatic Colors of #a50753

#a50753

Complementary Color

#a50753 #07a559

#a50753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50753 Color CSS Codes

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

#a50753 Text Font Color

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

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


#a50753 Background Color

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

This div background color is #a50753


#a50753 Border Color

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

This div border color is #a50753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50753


Comments

No comments written yet.

Please login to write comment.