Color Hex Logo

#a15884 Color Hex

#A15884
(161,88,132)
0 Favorites   0 Comments

Color spaces of #a15884

RGB 16188132
HSL0.900.290.49
HSV324°45°63°
CMYK 0.000.450.18   0.37
XYZ22.352516.222523.7829
Yxy16.22250.35850.2602
Hunter Lab40.277228.5766-6.8156
CIE-Lab47.265135.9318-11.3699

#a15884 color RGB value is (161,88,132).

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

The process color (four color CMYK) of #a15884 color hex is 0.00, 0.45, 0.18, 0.37. Web safe color of #a15884 is #996699. Color #a15884 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 10000100
Octal 241 130 204
Decimal 161 88 132
Hex A1 58 84

RGB Percentages of Color #a15884

%42.26
%23.10
%34.65

CMYK Percentages of Color #a15884

%0
%45
%18
%37

Triadic Colors of #a15884

#a15884 #84a158 #5884a1

Analogous Colors of #a15884

#a15884 #a1585f #9a58a1

Monochromatic Colors of #a15884

#a15884

Complementary Color

#a15884 #58a175

#a15884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15884 Color CSS Codes

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

#a15884 Text Font Color

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

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


#a15884 Background Color

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

This div background color is #a15884


#a15884 Border Color

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

This div border color is #a15884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15884


Comments

No comments written yet.

Please login to write comment.