Color Hex Logo

#802876 Color Hex

#802876
(128,40,118)
0 Favorites   0 Comments

Color spaces of #802876

RGB 12840118
HSL0.850.520.33
HSV307°69°50°
CMYK 0.000.690.08   0.50
XYZ12.93097.414817.8892
Yxy7.41480.33820.1939
Hunter Lab27.230137.1124-19.8903
CIE-Lab32.733147.1014-25.5176

#802876 color RGB value is (128,40,118).

#802876 hex color red value is 128, green value is 40 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #802876 hue: 0.85 , saturation: 0.52 and the lightness value of 802876 is 0.33.

The process color (four color CMYK) of #802876 color hex is 0.00, 0.69, 0.08, 0.50. Web safe color of #802876 is #993366. Color #802876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101000 01110110
Octal 200 50 166
Decimal 128 40 118
Hex 80 28 76

RGB Percentages of Color #802876

%44.76
%13.99
%41.26

CMYK Percentages of Color #802876

%0
%69
%8
%50

Triadic Colors of #802876

#802876 #768028 #287680

Analogous Colors of #802876

#802876 #80284a #5e2880

Monochromatic Colors of #802876

#802876

Complementary Color

#802876 #288032

#802876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802876 Color CSS Codes

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

#802876 Text Font Color

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

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


#802876 Background Color

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

This div background color is #802876


#802876 Border Color

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

This div border color is #802876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802876


Comments

No comments written yet.

Please login to write comment.