Color Hex Logo

#80026c Color Hex

#80026C
(128,2,108)
0 Favorites   0 Comments

Color spaces of #80026c

RGB 1282108
HSL0.860.970.25
HSV310°98°50°
CMYK 0.000.980.16   0.50
XYZ11.63065.715314.6775
Yxy5.71530.36320.1785
Hunter Lab23.906745.0035-19.6664
CIE-Lab28.682555.6350-25.5092

#80026c color RGB value is (128,2,108).

#80026c hex color red value is 128, green value is 2 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #80026c hue: 0.86 , saturation: 0.97 and the lightness value of 80026c is 0.25.

The process color (four color CMYK) of #80026c color hex is 0.00, 0.98, 0.16, 0.50. Web safe color of #80026c is #990066. Color #80026c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000010 01101100
Octal 200 2 154
Decimal 128 2 108
Hex 80 2 6C

RGB Percentages of Color #80026c

%53.78
%0.84
%45.38

CMYK Percentages of Color #80026c

%0
%98
%16
%50

Triadic Colors of #80026c

#80026c #6c8002 #026c80

Analogous Colors of #80026c

#80026c #80022d #550280

Monochromatic Colors of #80026c

#80026c

Complementary Color

#80026c #028016

#80026c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80026c Color Preview on White Background

Lorem ipsum dolor sit amet.

#80026c Color CSS Codes

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

#80026c Text Font Color

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

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


#80026c Background Color

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

This div background color is #80026c


#80026c Border Color

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

This div border color is #80026c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80026c


Comments

No comments written yet.

Please login to write comment.