Color Hex Logo

#a312ad Color Hex

#A312AD
(163,18,173)
0 Favorites   0 Comments

Color spaces of #a312ad

RGB 16318173
HSL0.820.810.37
HSV296°90°68°
CMYK 0.060.900.00   0.32
XYZ22.863411.236340.4989
Yxy11.23630.30650.1506
Hunter Lab33.520663.0885-48.1686
CIE-Lab39.975669.6854-47.3230

#a312ad color RGB value is (163,18,173).

#a312ad hex color red value is 163, green value is 18 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a312ad hue: 0.82 , saturation: 0.81 and the lightness value of a312ad is 0.37.

The process color (four color CMYK) of #a312ad color hex is 0.06, 0.90, 0.00, 0.32. Web safe color of #a312ad is #990099. Color #a312ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010010 10101101
Octal 243 22 255
Decimal 163 18 173
Hex A3 12 AD

RGB Percentages of Color #a312ad

%46.05
%5.08
%48.87

CMYK Percentages of Color #a312ad

%6
%90
%0
%32

Triadic Colors of #a312ad

#a312ad #ada312 #12ada3

Analogous Colors of #a312ad

#a312ad #ad126a #5512ad

Monochromatic Colors of #a312ad

#a312ad

Complementary Color

#a312ad #1cad12

#a312ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a312ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a312ad Color CSS Codes

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

#a312ad Text Font Color

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

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


#a312ad Background Color

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

This div background color is #a312ad


#a312ad Border Color

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

This div border color is #a312ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a312ad


Comments

No comments written yet.

Please login to write comment.