Color Hex Logo

#a15377 Color Hex

#A15377
(161,83,119)
0 Favorites   0 Comments

Color spaces of #a15377

RGB 16183119
HSL0.920.320.48
HSV332°48°63°
CMYK 0.000.480.26   0.37
XYZ21.121015.095519.2533
Yxy15.09550.38080.2721
Hunter Lab38.852929.0425-2.1837
CIE-Lab45.764736.6235-5.7657

#a15377 color RGB value is (161,83,119).

#a15377 hex color red value is 161, green value is 83 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #a15377 hue: 0.92 , saturation: 0.32 and the lightness value of a15377 is 0.48.

The process color (four color CMYK) of #a15377 color hex is 0.00, 0.48, 0.26, 0.37. Web safe color of #a15377 is #996666. Color #a15377 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010011 01110111
Octal 241 123 167
Decimal 161 83 119
Hex A1 53 77

RGB Percentages of Color #a15377

%44.35
%22.87
%32.78

CMYK Percentages of Color #a15377

%0
%48
%26
%37

Triadic Colors of #a15377

#a15377 #77a153 #5377a1

Analogous Colors of #a15377

#a15377 #a15653 #a1539e

Monochromatic Colors of #a15377

#a15377

Complementary Color

#a15377 #53a17d

#a15377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15377 Color CSS Codes

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

#a15377 Text Font Color

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

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


#a15377 Background Color

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

This div background color is #a15377


#a15377 Border Color

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

This div border color is #a15377


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,83,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15377


Comments

No comments written yet.

Please login to write comment.