Color Hex Logo

#a13696 Color Hex

#A13696
(161,54,150)
0 Favorites   0 Comments

Color spaces of #a13696

RGB 16154150
HSL0.850.500.42
HSV306°66°63°
CMYK 0.000.660.07   0.37
XYZ21.522112.417430.1166
Yxy12.41740.33600.1939
Hunter Lab35.238347.3533-26.0056
CIE-Lab41.872055.3078-30.5310

#a13696 color RGB value is (161,54,150).

#a13696 hex color red value is 161, green value is 54 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #a13696 hue: 0.85 , saturation: 0.50 and the lightness value of a13696 is 0.42.

The process color (four color CMYK) of #a13696 color hex is 0.00, 0.66, 0.07, 0.37. Web safe color of #a13696 is #993399. Color #a13696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110110 10010110
Octal 241 66 226
Decimal 161 54 150
Hex A1 36 96

RGB Percentages of Color #a13696

%44.11
%14.79
%41.10

CMYK Percentages of Color #a13696

%0
%66
%7
%37

Triadic Colors of #a13696

#a13696 #96a136 #3696a1

Analogous Colors of #a13696

#a13696 #a13660 #7736a1

Monochromatic Colors of #a13696

#a13696

Complementary Color

#a13696 #36a141

#a13696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13696 Color CSS Codes

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

#a13696 Text Font Color

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

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


#a13696 Background Color

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

This div background color is #a13696


#a13696 Border Color

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

This div border color is #a13696


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,54,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 #a13696">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13696


Comments

No comments written yet.

Please login to write comment.