Color Hex Logo

#a15863 Color Hex

#A15863
(161,88,99)
0 Favorites   0 Comments

Color spaces of #a15863

RGB 1618899
HSL0.970.290.49
HSV351°45°63°
CMYK 0.000.450.39   0.37
XYZ20.439815.457413.7107
Yxy15.45740.41200.3116
Hunter Lab39.315923.99696.8448
CIE-Lab46.254431.22137.0901

#a15863 color RGB value is (161,88,99).

#a15863 hex color red value is 161, green value is 88 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #a15863 hue: 0.97 , saturation: 0.29 and the lightness value of a15863 is 0.49.

The process color (four color CMYK) of #a15863 color hex is 0.00, 0.45, 0.39, 0.37. Web safe color of #a15863 is #996666. Color #a15863 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 01100011
Octal 241 130 143
Decimal 161 88 99
Hex A1 58 63

RGB Percentages of Color #a15863

%46.26
%25.29
%28.45

CMYK Percentages of Color #a15863

%0
%45
%39
%37

Triadic Colors of #a15863

#a15863 #63a158 #5863a1

Analogous Colors of #a15863

#a15863 #a17258 #a15888

Monochromatic Colors of #a15863

#a15863

Complementary Color

#a15863 #58a196

#a15863 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15863 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15863 Color CSS Codes

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

#a15863 Text Font Color

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

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


#a15863 Background Color

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

This div background color is #a15863


#a15863 Border Color

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

This div border color is #a15863


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15863


Comments

No comments written yet.

Please login to write comment.