Color Hex Logo

#8448ad Color Hex

#8448AD
(132,72,173)
0 Favorites   0 Comments

Color spaces of #8448ad

RGB 13272173
HSL0.770.410.48
HSV276°58°68°
CMYK 0.240.580.00   0.32
XYZ19.375912.557440.9378
Yxy12.55740.26590.1723
Hunter Lab35.436435.5864-43.6891
CIE-Lab42.088643.8869-44.1976

#8448ad color RGB value is (132,72,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001000 10101101
Octal 204 110 255
Decimal 132 72 173
Hex 84 48 AD

RGB Percentages of Color #8448ad

%35.01
%19.10
%45.89

CMYK Percentages of Color #8448ad

%24
%58
%0
%32

Triadic Colors of #8448ad

#8448ad #ad8448 #48ad84

Analogous Colors of #8448ad

#8448ad #ad48a4 #5248ad

Monochromatic Colors of #8448ad

#8448ad

Complementary Color

#8448ad #71ad48

#8448ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8448ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8448ad Color CSS Codes

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

#8448ad Text Font Color

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

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


#8448ad Background Color

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

This div background color is #8448ad


#8448ad Border Color

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

This div border color is #8448ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8448ad


Comments

No comments written yet.

Please login to write comment.