Color Hex Logo

#803878 Color Hex

#803878
(128,56,120)
0 Favorites   0 Comments

Color spaces of #803878

RGB 12856120
HSL0.850.390.36
HSV307°56°50°
CMYK 0.000.560.06   0.50
XYZ13.70648.773618.7404
Yxy8.77360.33250.2128
Hunter Lab29.620330.7631-16.7779
CIE-Lab35.544740.0240-22.3806

#803878 color RGB value is (128,56,120).

#803878 hex color red value is 128, green value is 56 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #803878 hue: 0.85 , saturation: 0.39 and the lightness value of 803878 is 0.36.

The process color (four color CMYK) of #803878 color hex is 0.00, 0.56, 0.06, 0.50. Web safe color of #803878 is #993366. Color #803878 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00111000 01111000
Octal 200 70 170
Decimal 128 56 120
Hex 80 38 78

RGB Percentages of Color #803878

%42.11
%18.42
%39.47

CMYK Percentages of Color #803878

%0
%56
%6
%50

Triadic Colors of #803878

#803878 #788038 #387880

Analogous Colors of #803878

#803878 #803854 #643880

Monochromatic Colors of #803878

#803878

Complementary Color

#803878 #388040

#803878 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#803878 Color Preview on White Background

Lorem ipsum dolor sit amet.

#803878 Color CSS Codes

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

#803878 Text Font Color

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

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


#803878 Background Color

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

This div background color is #803878


#803878 Border Color

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

This div border color is #803878


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #803878


Comments

No comments written yet.

Please login to write comment.