Color Hex Logo

#a730ad Color Hex

#A730AD
(167,48,173)
0 Favorites   0 Comments

Color spaces of #a730ad

RGB 16748173
HSL0.830.570.43
HSV297°72°68°
CMYK 0.030.720.00   0.32
XYZ24.536113.346540.8181
Yxy13.34650.31180.1696
Hunter Lab36.532955.9512-40.6716
CIE-Lab43.280862.8448-42.0014

#a730ad color RGB value is (167,48,173).

#a730ad hex color red value is 167, green value is 48 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a730ad hue: 0.83 , saturation: 0.57 and the lightness value of a730ad is 0.43.

The process color (four color CMYK) of #a730ad color hex is 0.03, 0.72, 0.00, 0.32. Web safe color of #a730ad is #993399. Color #a730ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00110000 10101101
Octal 247 60 255
Decimal 167 48 173
Hex A7 30 AD

RGB Percentages of Color #a730ad

%43.04
%12.37
%44.59

CMYK Percentages of Color #a730ad

%3
%72
%0
%32

Triadic Colors of #a730ad

#a730ad #ada730 #30ada7

Analogous Colors of #a730ad

#a730ad #ad3075 #6930ad

Monochromatic Colors of #a730ad

#a730ad

Complementary Color

#a730ad #36ad30

#a730ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a730ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a730ad Color CSS Codes

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

#a730ad Text Font Color

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

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


#a730ad Background Color

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

This div background color is #a730ad


#a730ad Border Color

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

This div border color is #a730ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a730ad


Comments

No comments written yet.

Please login to write comment.