Color Hex Logo

#a3139b Color Hex

#A3139B
(163,19,155)
0 Favorites   0 Comments

Color spaces of #a3139b

RGB 16319155
HSL0.840.790.36
HSV303°88°64°
CMYK 0.000.880.05   0.36
XYZ21.253510.618831.9398
Yxy10.61880.33310.1664
Hunter Lab32.586559.3945-35.3028
CIE-Lab38.930966.7118-38.1801

#a3139b color RGB value is (163,19,155).

#a3139b hex color red value is 163, green value is 19 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a3139b hue: 0.84 , saturation: 0.79 and the lightness value of a3139b is 0.36.

The process color (four color CMYK) of #a3139b color hex is 0.00, 0.88, 0.05, 0.36. Web safe color of #a3139b is #990099. Color #a3139b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010011 10011011
Octal 243 23 233
Decimal 163 19 155
Hex A3 13 9B

RGB Percentages of Color #a3139b

%48.37
%5.64
%45.99

CMYK Percentages of Color #a3139b

%0
%88
%5
%36

Triadic Colors of #a3139b

#a3139b #9ba313 #139ba3

Analogous Colors of #a3139b

#a3139b #a31353 #6313a3

Monochromatic Colors of #a3139b

#a3139b

Complementary Color

#a3139b #13a31b

#a3139b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3139b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3139b Color CSS Codes

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

#a3139b Text Font Color

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

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


#a3139b Background Color

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

This div background color is #a3139b


#a3139b Border Color

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

This div border color is #a3139b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3139b


Comments

No comments written yet.

Please login to write comment.