Color Hex Logo

#a3319e Color Hex

#A3319E
(163,49,158)
0 Favorites   0 Comments

Color spaces of #a3319e

RGB 16349158
HSL0.840.540.42
HSV303°70°64°
CMYK 0.000.700.03   0.36
XYZ22.374112.451833.5719
Yxy12.45180.32710.1820
Hunter Lab35.287151.4270-31.7071
CIE-Lab41.925459.0472-35.2432

#a3319e color RGB value is (163,49,158).

#a3319e hex color red value is 163, green value is 49 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a3319e hue: 0.84 , saturation: 0.54 and the lightness value of a3319e is 0.42.

The process color (four color CMYK) of #a3319e color hex is 0.00, 0.70, 0.03, 0.36. Web safe color of #a3319e is #993399. Color #a3319e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00110001 10011110
Octal 243 61 236
Decimal 163 49 158
Hex A3 31 9E

RGB Percentages of Color #a3319e

%44.05
%13.24
%42.70

CMYK Percentages of Color #a3319e

%0
%70
%3
%36

Triadic Colors of #a3319e

#a3319e #9ea331 #319ea3

Analogous Colors of #a3319e

#a3319e #a33165 #6f31a3

Monochromatic Colors of #a3319e

#a3319e

Complementary Color

#a3319e #31a336

#a3319e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3319e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3319e Color CSS Codes

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

#a3319e Text Font Color

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

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


#a3319e Background Color

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

This div background color is #a3319e


#a3319e Border Color

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

This div border color is #a3319e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,49,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a3319e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a3319e;
  -webkit-box-shadow: 1px 1px 3px 2px #a3319e;
  box-shadow:         1px 1px 3px 2px #a3319e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,49,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3319e


Comments

No comments written yet.

Please login to write comment.