Color Hex Logo

#80408d Color Hex

#80408D
(128,64,141)
0 Favorites   0 Comments

Color spaces of #80408d

RGB 12864141
HSL0.810.380.40
HSV290°55°55°
CMYK 0.090.550.00   0.45
XYZ15.543210.179126.3448
Yxy10.17910.29850.1955
Hunter Lab31.904731.1277-26.6245
CIE-Lab38.162039.9677-31.2432

#80408d color RGB value is (128,64,141).

#80408d hex color red value is 128, green value is 64 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #80408d hue: 0.81 , saturation: 0.38 and the lightness value of 80408d is 0.40.

The process color (four color CMYK) of #80408d color hex is 0.09, 0.55, 0.00, 0.45. Web safe color of #80408d is #993399. Color #80408d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000000 10001101
Octal 200 100 215
Decimal 128 64 141
Hex 80 40 8D

RGB Percentages of Color #80408d

%38.44
%19.22
%42.34

CMYK Percentages of Color #80408d

%9
%55
%0
%45

Triadic Colors of #80408d

#80408d #8d8040 #408d80

Analogous Colors of #80408d

#80408d #8d4074 #5a408d

Monochromatic Colors of #80408d

#80408d

Complementary Color

#80408d #4d8d40

#80408d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80408d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80408d Color CSS Codes

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

#80408d Text Font Color

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

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


#80408d Background Color

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

This div background color is #80408d


#80408d Border Color

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

This div border color is #80408d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,64,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80408d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80408d;
  -webkit-box-shadow: 1px 1px 3px 2px #80408d;
  box-shadow:         1px 1px 3px 2px #80408d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80408d

#80408d Color Palettes


Comments

No comments written yet.

Please login to write comment.