Color Hex Logo

#a15080 Color Hex

#A15080
(161,80,128)
0 Favorites   0 Comments

Color spaces of #a15080

RGB 16180128
HSL0.900.340.47
HSV324°50°63°
CMYK 0.000.500.20   0.37
XYZ21.462914.872922.1616
Yxy14.87290.36690.2542
Hunter Lab38.565431.8516-7.0752
CIE-Lab45.459639.5640-11.6811

#a15080 color RGB value is (161,80,128).

#a15080 hex color red value is 161, green value is 80 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a15080 hue: 0.90 , saturation: 0.34 and the lightness value of a15080 is 0.47.

The process color (four color CMYK) of #a15080 color hex is 0.00, 0.50, 0.20, 0.37. Web safe color of #a15080 is #996699. Color #a15080 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010000 10000000
Octal 241 120 200
Decimal 161 80 128
Hex A1 50 80

RGB Percentages of Color #a15080

%43.63
%21.68
%34.69

CMYK Percentages of Color #a15080

%0
%50
%20
%37

Triadic Colors of #a15080

#a15080 #80a150 #5080a1

Analogous Colors of #a15080

#a15080 #a15058 #9a50a1

Monochromatic Colors of #a15080

#a15080

Complementary Color

#a15080 #50a171

#a15080 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15080 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15080 Color CSS Codes

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

#a15080 Text Font Color

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

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


#a15080 Background Color

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

This div background color is #a15080


#a15080 Border Color

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

This div border color is #a15080


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,80,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 #a15080">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15080


Comments

No comments written yet.

Please login to write comment.