Color Hex Logo

#80448f Color Hex

#80448F
(128,68,143)
0 Favorites   0 Comments

Color spaces of #80448f

RGB 12868143
HSL0.800.360.41
HSV288°52°56°
CMYK 0.100.520.00   0.44
XYZ15.927110.706627.2137
Yxy10.70660.29580.1988
Hunter Lab32.720929.6242-26.4063
CIE-Lab39.081838.2355-31.0125

#80448f color RGB value is (128,68,143).

#80448f hex color red value is 128, green value is 68 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #80448f hue: 0.80 , saturation: 0.36 and the lightness value of 80448f is 0.41.

The process color (four color CMYK) of #80448f color hex is 0.10, 0.52, 0.00, 0.44. Web safe color of #80448f is #993399. Color #80448f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000100 10001111
Octal 200 104 217
Decimal 128 68 143
Hex 80 44 8F

RGB Percentages of Color #80448f

%37.76
%20.06
%42.18

CMYK Percentages of Color #80448f

%10
%52
%0
%44

Triadic Colors of #80448f

#80448f #8f8044 #448f80

Analogous Colors of #80448f

#80448f #8f4479 #5b448f

Monochromatic Colors of #80448f

#80448f

Complementary Color

#80448f #538f44

#80448f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80448f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80448f Color CSS Codes

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

#80448f Text Font Color

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

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


#80448f Background Color

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

This div background color is #80448f


#80448f Border Color

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

This div border color is #80448f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,68,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80448f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80448f;
  -webkit-box-shadow: 1px 1px 3px 2px #80448f;
  box-shadow:         1px 1px 3px 2px #80448f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,68,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #80448f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80448f


Comments

No comments written yet.

Please login to write comment.