Color Hex Logo

#80026b Color Hex

#80026B
(128,2,107)
0 Favorites   0 Comments

Color spaces of #80026b

RGB 1282107
HSL0.860.970.25
HSV310°98°50°
CMYK 0.000.980.16   0.50
XYZ11.57765.694114.3988
Yxy5.69410.36560.1798
Hunter Lab23.862344.8462-19.0727
CIE-Lab28.627255.4958-24.9514

#80026b color RGB value is (128,2,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000010 01101011
Octal 200 2 153
Decimal 128 2 107
Hex 80 2 6B

RGB Percentages of Color #80026b

%54.01
%0.84
%45.15

CMYK Percentages of Color #80026b

%0
%98
%16
%50

Triadic Colors of #80026b

#80026b #6b8002 #026b80

Analogous Colors of #80026b

#80026b #80022c #560280

Monochromatic Colors of #80026b

#80026b

Complementary Color

#80026b #028017

#80026b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80026b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80026b Color CSS Codes

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

#80026b Text Font Color

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

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


#80026b Background Color

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

This div background color is #80026b


#80026b Border Color

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

This div border color is #80026b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80026b


Comments

No comments written yet.

Please login to write comment.