Color Hex Logo

#a244ad Color Hex

#A244AD
(162,68,173)
0 Favorites   0 Comments

Color spaces of #a244ad

RGB 16268173
HSL0.820.440.47
HSV294°61°68°
CMYK 0.060.610.00   0.32
XYZ24.510214.832841.1063
Yxy14.83280.30470.1844
Hunter Lab38.513446.2003-36.3224
CIE-Lab45.404353.5794-38.6787

#a244ad color RGB value is (162,68,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000100 10101101
Octal 242 104 255
Decimal 162 68 173
Hex A2 44 AD

RGB Percentages of Color #a244ad

%40.20
%16.87
%42.93

CMYK Percentages of Color #a244ad

%6
%61
%0
%32

Triadic Colors of #a244ad

#a244ad #ada244 #44ada2

Analogous Colors of #a244ad

#a244ad #ad4484 #6e44ad

Monochromatic Colors of #a244ad

#a244ad

Complementary Color

#a244ad #4fad44

#a244ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a244ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a244ad Color CSS Codes

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

#a244ad Text Font Color

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

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


#a244ad Background Color

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

This div background color is #a244ad


#a244ad Border Color

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

This div border color is #a244ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a244ad


Comments

No comments written yet.

Please login to write comment.