Color Hex Logo

#a50762 Color Hex

#A50762
(165,7,98)
0 Favorites   0 Comments

Color spaces of #a50762

RGB 165798
HSL0.900.920.34
HSV325°96°65°
CMYK 0.000.960.41   0.35
XYZ17.79769.033112.3608
Yxy9.03310.45410.2305
Hunter Lab30.055153.1051-3.3457
CIE-Lab36.047961.7070-7.1031

#a50762 color RGB value is (165,7,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000111 01100010
Octal 245 7 142
Decimal 165 7 98
Hex A5 7 62

RGB Percentages of Color #a50762

%61.11
%2.59
%36.30

CMYK Percentages of Color #a50762

%0
%96
%41
%35

Triadic Colors of #a50762

#a50762 #62a507 #0762a5

Analogous Colors of #a50762

#a50762 #a50713 #9907a5

Monochromatic Colors of #a50762

#a50762

Complementary Color

#a50762 #07a54a

#a50762 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50762 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50762 Color CSS Codes

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

#a50762 Text Font Color

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

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


#a50762 Background Color

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

This div background color is #a50762


#a50762 Border Color

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

This div border color is #a50762


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50762


Comments

No comments written yet.

Please login to write comment.