Color Hex Logo

#a13597 Color Hex

#A13597
(161,53,151)
0 Favorites   0 Comments

Color spaces of #a13597

RGB 16153151
HSL0.850.500.42
HSV306°67°63°
CMYK 0.000.670.06   0.37
XYZ21.557012.357630.5272
Yxy12.35760.33450.1918
Hunter Lab35.153447.9426-26.8801
CIE-Lab41.778955.8735-31.2810

#a13597 color RGB value is (161,53,151).

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

The process color (four color CMYK) of #a13597 color hex is 0.00, 0.67, 0.06, 0.37. Web safe color of #a13597 is #993399. Color #a13597 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110101 10010111
Octal 241 65 227
Decimal 161 53 151
Hex A1 35 97

RGB Percentages of Color #a13597

%44.11
%14.52
%41.37

CMYK Percentages of Color #a13597

%0
%67
%6
%37

Triadic Colors of #a13597

#a13597 #97a135 #3597a1

Analogous Colors of #a13597

#a13597 #a13561 #7535a1

Monochromatic Colors of #a13597

#a13597

Complementary Color

#a13597 #35a13f

#a13597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13597 Color CSS Codes

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

#a13597 Text Font Color

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

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


#a13597 Background Color

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

This div background color is #a13597


#a13597 Border Color

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

This div border color is #a13597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13597


Comments

No comments written yet.

Please login to write comment.