Color Hex Logo

#a448ad Color Hex

#A448AD
(164,72,173)
0 Favorites   0 Comments

Color spaces of #a448ad

RGB 16472173
HSL0.820.410.48
HSV295°58°68°
CMYK 0.050.580.00   0.32
XYZ25.170015.544441.2089
Yxy15.54440.30720.1897
Hunter Lab39.426444.9591-34.3721
CIE-Lab46.371052.2432-37.1322

#a448ad color RGB value is (164,72,173).

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

The process color (four color CMYK) of #a448ad color hex is 0.05, 0.58, 0.00, 0.32. Web safe color of #a448ad is #993399. Color #a448ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01001000 10101101
Octal 244 110 255
Decimal 164 72 173
Hex A4 48 AD

RGB Percentages of Color #a448ad

%40.10
%17.60
%42.30

CMYK Percentages of Color #a448ad

%5
%58
%0
%32

Triadic Colors of #a448ad

#a448ad #ada448 #48ada4

Analogous Colors of #a448ad

#a448ad #ad4884 #7248ad

Monochromatic Colors of #a448ad

#a448ad

Complementary Color

#a448ad #51ad48

#a448ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a448ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a448ad Color CSS Codes

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

#a448ad Text Font Color

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

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


#a448ad Background Color

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

This div background color is #a448ad


#a448ad Border Color

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

This div border color is #a448ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a448ad


Comments

No comments written yet.

Please login to write comment.