Color Hex Logo

#804981 Color Hex

#804981
(128,73,129)
0 Favorites   0 Comments

Color spaces of #804981

RGB 12873129
HSL0.830.280.40
HSV299°43°51°
CMYK 0.010.430.00   0.49
XYZ15.247110.939322.0768
Yxy10.93930.31590.2267
Hunter Lab33.074624.4063-16.4229
CIE-Lab39.478032.5475-21.8439

#804981 color RGB value is (128,73,129).

#804981 hex color red value is 128, green value is 73 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #804981 hue: 0.83 , saturation: 0.28 and the lightness value of 804981 is 0.40.

The process color (four color CMYK) of #804981 color hex is 0.01, 0.43, 0.00, 0.49. Web safe color of #804981 is #993399. Color #804981 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001001 10000001
Octal 200 111 201
Decimal 128 73 129
Hex 80 49 81

RGB Percentages of Color #804981

%38.79
%22.12
%39.09

CMYK Percentages of Color #804981

%1
%43
%0
%49

Triadic Colors of #804981

#804981 #818049 #498180

Analogous Colors of #804981

#804981 #814966 #644981

Monochromatic Colors of #804981

#804981

Complementary Color

#804981 #4a8149

#804981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804981 Color CSS Codes

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

#804981 Text Font Color

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

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


#804981 Background Color

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

This div background color is #804981


#804981 Border Color

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

This div border color is #804981


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,73,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #804981; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #804981;
  -webkit-box-shadow: 1px 1px 3px 2px #804981;
  box-shadow:         1px 1px 3px 2px #804981; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804981


Comments

No comments written yet.

Please login to write comment.