Color Hex Logo

#802676 Color Hex

#802676
(128,38,118)
0 Favorites   0 Comments

Color spaces of #802676

RGB 12838118
HSL0.850.540.33
HSV307°70°50°
CMYK 0.000.700.08   0.50
XYZ12.86527.283417.8673
Yxy7.28340.33840.1916
Hunter Lab26.987837.8632-20.3616
CIE-Lab32.443647.9133-25.9721

#802676 color RGB value is (128,38,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00100110 01110110
Octal 200 46 166
Decimal 128 38 118
Hex 80 26 76

RGB Percentages of Color #802676

%45.07
%13.38
%41.55

CMYK Percentages of Color #802676

%0
%70
%8
%50

Triadic Colors of #802676

#802676 #768026 #267680

Analogous Colors of #802676

#802676 #802649 #5d2680

Monochromatic Colors of #802676

#802676

Complementary Color

#802676 #268030

#802676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#802676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#802676 Color CSS Codes

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

#802676 Text Font Color

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

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


#802676 Background Color

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

This div background color is #802676


#802676 Border Color

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

This div border color is #802676


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,38,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 #802676">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #802676


Comments

No comments written yet.

Please login to write comment.