Color Hex Logo

#a13395 Color Hex

#A13395
(161,51,149)
0 Favorites   0 Comments

Color spaces of #a13395

RGB 16151149
HSL0.850.520.42
HSV307°68°63°
CMYK 0.000.680.07   0.37
XYZ21.306612.114629.6491
Yxy12.11460.33780.1921
Hunter Lab34.806048.3587-26.1412
CIE-Lab41.397756.3315-30.6710

#a13395 color RGB value is (161,51,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110011 10010101
Octal 241 63 225
Decimal 161 51 149
Hex A1 33 95

RGB Percentages of Color #a13395

%44.60
%14.13
%41.27

CMYK Percentages of Color #a13395

%0
%68
%7
%37

Triadic Colors of #a13395

#a13395 #95a133 #3395a1

Analogous Colors of #a13395

#a13395 #a1335e #7633a1

Monochromatic Colors of #a13395

#a13395

Complementary Color

#a13395 #33a13f

#a13395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a13395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a13395 Color CSS Codes

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

#a13395 Text Font Color

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

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


#a13395 Background Color

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

This div background color is #a13395


#a13395 Border Color

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

This div border color is #a13395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a13395


Comments

No comments written yet.

Please login to write comment.