Color Hex Logo

#a50680 Color Hex

#A50680
(165,6,128)
0 Favorites   0 Comments

Color spaces of #a50680

RGB 1656128
HSL0.870.930.34
HSV314°96°65°
CMYK 0.000.960.22   0.35
XYZ19.47859.688121.2654
Yxy9.68810.38620.1921
Hunter Lab31.125757.2355-18.7195
CIE-Lab37.276765.1464-24.1818

#a50680 color RGB value is (165,6,128).

#a50680 hex color red value is 165, green value is 6 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a50680 hue: 0.87 , saturation: 0.93 and the lightness value of a50680 is 0.34.

The process color (four color CMYK) of #a50680 color hex is 0.00, 0.96, 0.22, 0.35. Web safe color of #a50680 is #990099. Color #a50680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00000110 10000000
Octal 245 6 200
Decimal 165 6 128
Hex A5 6 80

RGB Percentages of Color #a50680

%55.18
%2.01
%42.81

CMYK Percentages of Color #a50680

%0
%96
%22
%35

Triadic Colors of #a50680

#a50680 #80a506 #0680a5

Analogous Colors of #a50680

#a50680 #a50631 #7b06a5

Monochromatic Colors of #a50680

#a50680

Complementary Color

#a50680 #06a52b

#a50680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a50680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a50680 Color CSS Codes

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

#a50680 Text Font Color

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

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


#a50680 Background Color

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

This div background color is #a50680


#a50680 Border Color

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

This div border color is #a50680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a50680


Comments

No comments written yet.

Please login to write comment.