Color Hex Logo

#a50775 Color Hex

#A50775
(165,7,117)
0 Favorites   0 Comments

Color spaces of #a50775

RGB 1657117
HSL0.880.920.34
HSV318°96°65°
CMYK 0.000.960.29   0.35
XYZ18.80399.435617.6598
Yxy9.43560.40970.2056
Hunter Lab30.717455.5146-12.5843
CIE-Lab36.809863.7159-18.0186

#a50775 color RGB value is (165,7,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000111 01110101
Octal 245 7 165
Decimal 165 7 117
Hex A5 7 75

RGB Percentages of Color #a50775

%57.09
%2.42
%40.48

CMYK Percentages of Color #a50775

%0
%96
%29
%35

Triadic Colors of #a50775

#a50775 #75a507 #0775a5

Analogous Colors of #a50775

#a50775 #a50726 #8607a5

Monochromatic Colors of #a50775

#a50775

Complementary Color

#a50775 #07a537

#a50775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50775 Color CSS Codes

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

#a50775 Text Font Color

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

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


#a50775 Background Color

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

This div background color is #a50775


#a50775 Border Color

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

This div border color is #a50775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50775


Comments

No comments written yet.

Please login to write comment.