Color Hex Logo

#a15187 Color Hex

#A15187
(161,81,135)
0 Favorites   0 Comments

Color spaces of #a15187

RGB 16181135
HSL0.890.330.47
HSV320°50°63°
CMYK 0.000.500.16   0.37
XYZ22.013515.211224.6975
Yxy15.21120.35550.2457
Hunter Lab39.001532.4974-10.2440
CIE-Lab45.922140.1522-15.2100

#a15187 color RGB value is (161,81,135).

#a15187 hex color red value is 161, green value is 81 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #a15187 hue: 0.89 , saturation: 0.33 and the lightness value of a15187 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010001 10000111
Octal 241 121 207
Decimal 161 81 135
Hex A1 51 87

RGB Percentages of Color #a15187

%42.71
%21.49
%35.81

CMYK Percentages of Color #a15187

%0
%50
%16
%37

Triadic Colors of #a15187

#a15187 #87a151 #5187a1

Analogous Colors of #a15187

#a15187 #a1515f #9351a1

Monochromatic Colors of #a15187

#a15187

Complementary Color

#a15187 #51a16b

#a15187 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15187 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15187 Color CSS Codes

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

#a15187 Text Font Color

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

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


#a15187 Background Color

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

This div background color is #a15187


#a15187 Border Color

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

This div border color is #a15187


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15187


Comments

No comments written yet.

Please login to write comment.