color codes Logo

#a3019d color codes

#A3019D
(163,1,157)
0 Favorites   0 Comments

Color spaces of #a3019d

RGB 1631157
HSL0.840.990.32
HSV302°99°64°
CMYK 0.000.990.04   0.36
XYZ21.200910.242632.7579
Yxy10.24260.33020.1595
Hunter Lab32.004162.2392-38.2837
CIE-Lab38.274469.2910-40.4370

#a3019d color RGB value is (163,1,157).

#a3019d hex color red value is 163, green value is 1 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a3019d hue: 0.84 , saturation: 0.99 and the lightness value of a3019d is 0.32.

The process color (four color CMYK) of #a3019d color code is 0.00, 0.99, 0.04, 0.36. Web safe color of #a3019d is #990099. Color #a3019d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000001 10011101
Octal 243 1 235
Decimal 163 1 157
Hex A3 1 9D

RGB Percentages of Color #a3019d

%50.78
%0.31
%48.91

CMYK Percentages of Color #a3019d

%0
%99
%4
%36

Triadic Colors of #a3019d

#a3019d #9da301 #019da3

Analogous Colors of #a3019d

#a3019d #a3014c #5801a3

Monochromatic Colors of #a3019d

#a3019d

Complementary Color

#a3019d #01a307

#a3019d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3019d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3019d Color CSS Codes

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

#a3019d Text Font Color

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

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


#a3019d Background Color

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

This div background color is #a3019d


#a3019d Border Color

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

This div border color is #a3019d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3019d


Comments

No comments written yet.

Please login to write comment.