Color Hex Logo

#a15291 Color Hex

#A15291
(161,82,145)
0 Favorites   0 Comments

Color spaces of #a15291

RGB 16182145
HSL0.870.330.48
HSV312°49°63°
CMYK 0.000.490.10   0.37
XYZ22.826115.656028.6069
Yxy15.65600.34020.2334
Hunter Lab39.567733.7311-15.1685
CIE-Lab46.519941.3082-20.3025

#a15291 color RGB value is (161,82,145).

#a15291 hex color red value is 161, green value is 82 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #a15291 hue: 0.87 , saturation: 0.33 and the lightness value of a15291 is 0.48.

The process color (four color CMYK) of #a15291 color hex is 0.00, 0.49, 0.10, 0.37. Web safe color of #a15291 is #996699. Color #a15291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010010 10010001
Octal 241 122 221
Decimal 161 82 145
Hex A1 52 91

RGB Percentages of Color #a15291

%41.49
%21.13
%37.37

CMYK Percentages of Color #a15291

%0
%49
%10
%37

Triadic Colors of #a15291

#a15291 #91a152 #5291a1

Analogous Colors of #a15291

#a15291 #a1526a #8a52a1

Monochromatic Colors of #a15291

#a15291

Complementary Color

#a15291 #52a162

#a15291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15291 Color CSS Codes

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

#a15291 Text Font Color

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

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


#a15291 Background Color

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

This div background color is #a15291


#a15291 Border Color

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

This div border color is #a15291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15291


Comments

No comments written yet.

Please login to write comment.