Color Hex Logo

#a307ad Color Hex

#A307AD
(163,7,173)
0 Favorites   0 Comments

Color spaces of #a307ad

RGB 1637173
HSL0.820.920.35
HSV296°96°68°
CMYK 0.060.960.00   0.32
XYZ22.723110.955640.4522
Yxy10.95560.30650.1478
Hunter Lab33.099264.6191-49.2917
CIE-Lab39.505671.0741-48.0781

#a307ad color RGB value is (163,7,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00000111 10101101
Octal 243 7 255
Decimal 163 7 173
Hex A3 7 AD

RGB Percentages of Color #a307ad

%47.52
%2.04
%50.44

CMYK Percentages of Color #a307ad

%6
%96
%0
%32

Triadic Colors of #a307ad

#a307ad #ada307 #07ada3

Analogous Colors of #a307ad

#a307ad #ad0764 #5007ad

Monochromatic Colors of #a307ad

#a307ad

Complementary Color

#a307ad #11ad07

#a307ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a307ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a307ad Color CSS Codes

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

#a307ad Text Font Color

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

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


#a307ad Background Color

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

This div background color is #a307ad


#a307ad Border Color

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

This div border color is #a307ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a307ad


Comments

No comments written yet.

Please login to write comment.