Color Hex Logo

#804e88 Color Hex

#804E88
(128,78,136)
0 Favorites   0 Comments

Color spaces of #804e88

RGB 12878136
HSL0.810.270.42
HSV292°43°53°
CMYK 0.060.430.00   0.47
XYZ16.070411.815524.7262
Yxy11.81550.30550.2246
Hunter Lab34.373723.2985-18.5878
CIE-Lab40.921431.1308-23.8792

#804e88 color RGB value is (128,78,136).

#804e88 hex color red value is 128, green value is 78 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #804e88 hue: 0.81 , saturation: 0.27 and the lightness value of 804e88 is 0.42.

The process color (four color CMYK) of #804e88 color hex is 0.06, 0.43, 0.00, 0.47. Web safe color of #804e88 is #996699. Color #804e88 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001110 10001000
Octal 200 116 210
Decimal 128 78 136
Hex 80 4E 88

RGB Percentages of Color #804e88

%37.43
%22.81
%39.77

CMYK Percentages of Color #804e88

%6
%43
%0
%47

Triadic Colors of #804e88

#804e88 #88804e #4e8880

Analogous Colors of #804e88

#804e88 #884e73 #634e88

Monochromatic Colors of #804e88

#804e88

Complementary Color

#804e88 #56884e

#804e88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804e88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#804e88 Color CSS Codes

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

#804e88 Text Font Color

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

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


#804e88 Background Color

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

This div background color is #804e88


#804e88 Border Color

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

This div border color is #804e88


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,78,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #804e88; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #804e88;
  -webkit-box-shadow: 1px 1px 3px 2px #804e88;
  box-shadow:         1px 1px 3px 2px #804e88; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804e88


Comments

No comments written yet.

Please login to write comment.