Color Hex Logo

#a15189 Color Hex

#A15189
(161,81,137)
0 Favorites   0 Comments

Color spaces of #a15189

RGB 16181137
HSL0.880.330.47
HSV318°50°63°
CMYK 0.000.500.15   0.37
XYZ22.155715.268125.4462
Yxy15.26810.35240.2429
Hunter Lab39.074432.8316-11.2590
CIE-Lab45.999240.4795-16.2973

#a15189 color RGB value is (161,81,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010001 10001001
Octal 241 121 211
Decimal 161 81 137
Hex A1 51 89

RGB Percentages of Color #a15189

%42.48
%21.37
%36.15

CMYK Percentages of Color #a15189

%0
%50
%15
%37

Triadic Colors of #a15189

#a15189 #89a151 #5189a1

Analogous Colors of #a15189

#a15189 #a15161 #9151a1

Monochromatic Colors of #a15189

#a15189

Complementary Color

#a15189 #51a169

#a15189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15189 Color CSS Codes

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

#a15189 Text Font Color

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

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


#a15189 Background Color

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

This div background color is #a15189


#a15189 Border Color

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

This div border color is #a15189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15189


Comments

No comments written yet.

Please login to write comment.