Color Hex Logo

#a50974 Color Hex

#A50974
(165,9,116)
0 Favorites   0 Comments

Color spaces of #a50974

RGB 1659116
HSL0.890.900.34
HSV319°95°65°
CMYK 0.000.950.30   0.35
XYZ18.76719.455717.3590
Yxy9.45570.41170.2074
Hunter Lab30.750155.1276-11.9452
CIE-Lab36.847363.3642-17.3312

#a50974 color RGB value is (165,9,116).

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

The process color (four color CMYK) of #a50974 color hex is 0.00, 0.95, 0.30, 0.35. Web safe color of #a50974 is #990066. Color #a50974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00001001 01110100
Octal 245 11 164
Decimal 165 9 116
Hex A5 9 74

RGB Percentages of Color #a50974

%56.90
%3.10
%40.00

CMYK Percentages of Color #a50974

%0
%95
%30
%35

Triadic Colors of #a50974

#a50974 #74a509 #0974a5

Analogous Colors of #a50974

#a50974 #a50926 #8809a5

Monochromatic Colors of #a50974

#a50974

Complementary Color

#a50974 #09a53a

#a50974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50974 Color CSS Codes

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

#a50974 Text Font Color

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

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


#a50974 Background Color

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

This div background color is #a50974


#a50974 Border Color

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

This div border color is #a50974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50974


Comments

No comments written yet.

Please login to write comment.