Color Hex Logo

#a247ad Color Hex

#A247AD
(162,71,173)
0 Favorites   0 Comments

Color spaces of #a247ad

RGB 16271173
HSL0.820.420.48
HSV294°59°68°
CMYK 0.060.590.00   0.32
XYZ24.696415.205041.1684
Yxy15.20500.30460.1876
Hunter Lab38.993644.8133-35.3013
CIE-Lab45.913752.1877-37.8732

#a247ad color RGB value is (162,71,173).

#a247ad hex color red value is 162, green value is 71 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a247ad hue: 0.82 , saturation: 0.42 and the lightness value of a247ad is 0.48.

The process color (four color CMYK) of #a247ad color hex is 0.06, 0.59, 0.00, 0.32. Web safe color of #a247ad is #993399. Color #a247ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000111 10101101
Octal 242 107 255
Decimal 162 71 173
Hex A2 47 AD

RGB Percentages of Color #a247ad

%39.90
%17.49
%42.61

CMYK Percentages of Color #a247ad

%6
%59
%0
%32

Triadic Colors of #a247ad

#a247ad #ada247 #47ada2

Analogous Colors of #a247ad

#a247ad #ad4785 #6f47ad

Monochromatic Colors of #a247ad

#a247ad

Complementary Color

#a247ad #52ad47

#a247ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a247ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a247ad Color CSS Codes

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

#a247ad Text Font Color

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

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


#a247ad Background Color

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

This div background color is #a247ad


#a247ad Border Color

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

This div border color is #a247ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a247ad


Comments

No comments written yet.

Please login to write comment.