Color Hex Logo

#a15396 Color Hex

#A15396
(161,83,150)
0 Favorites   0 Comments

Color spaces of #a15396

RGB 16183150
HSL0.860.320.48
HSV308°48°63°
CMYK 0.000.480.07   0.37
XYZ23.296215.965630.7080
Yxy15.96560.33290.2282
Hunter Lab39.957034.1465-17.5961
CIE-Lab46.929341.6625-22.6589

#a15396 color RGB value is (161,83,150).

#a15396 hex color red value is 161, green value is 83 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a15396 hue: 0.86 , saturation: 0.32 and the lightness value of a15396 is 0.48.

The process color (four color CMYK) of #a15396 color hex is 0.00, 0.48, 0.07, 0.37. Web safe color of #a15396 is #996699. Color #a15396 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010011 10010110
Octal 241 123 226
Decimal 161 83 150
Hex A1 53 96

RGB Percentages of Color #a15396

%40.86
%21.07
%38.07

CMYK Percentages of Color #a15396

%0
%48
%7
%37

Triadic Colors of #a15396

#a15396 #96a153 #5396a1

Analogous Colors of #a15396

#a15396 #a1536f #8553a1

Monochromatic Colors of #a15396

#a15396

Complementary Color

#a15396 #53a15e

#a15396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15396 Color CSS Codes

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

#a15396 Text Font Color

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

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


#a15396 Background Color

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

This div background color is #a15396


#a15396 Border Color

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

This div border color is #a15396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15396


Comments

No comments written yet.

Please login to write comment.