Color Hex Logo

#a305ad Color Hex

#A305AD
(163,5,173)
0 Favorites   0 Comments

Color spaces of #a305ad

RGB 1635173
HSL0.820.940.35
HSV296°97°68°
CMYK 0.060.970.00   0.32
XYZ22.701410.912240.4449
Yxy10.91220.30650.1473
Hunter Lab33.033664.8601-49.4685
CIE-Lab39.432271.2917-48.1960

#a305ad color RGB value is (163,5,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000101 10101101
Octal 243 5 255
Decimal 163 5 173
Hex A3 5 AD

RGB Percentages of Color #a305ad

%47.80
%1.47
%50.73

CMYK Percentages of Color #a305ad

%6
%97
%0
%32

Triadic Colors of #a305ad

#a305ad #ada305 #05ada3

Analogous Colors of #a305ad

#a305ad #ad0563 #4f05ad

Monochromatic Colors of #a305ad

#a305ad

Complementary Color

#a305ad #0fad05

#a305ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a305ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a305ad Color CSS Codes

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

#a305ad Text Font Color

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

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


#a305ad Background Color

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

This div background color is #a305ad


#a305ad Border Color

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

This div border color is #a305ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,5,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 #a305ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a305ad


Comments

No comments written yet.

Please login to write comment.