Color Hex Logo

#80296b Color Hex

#80296B
(128,41,107)
0 Favorites   0 Comments

Color spaces of #80296b

RGB 12841107
HSL0.870.510.33
HSV314°68°50°
CMYK 0.000.680.16   0.50
XYZ12.34897.236614.6559
Yxy7.23660.36060.2113
Hunter Lab26.900934.8640-13.4711
CIE-Lab32.339644.8803-19.1536

#80296b color RGB value is (128,41,107).

#80296b hex color red value is 128, green value is 41 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #80296b hue: 0.87 , saturation: 0.51 and the lightness value of 80296b is 0.33.

The process color (four color CMYK) of #80296b color hex is 0.00, 0.68, 0.16, 0.50. Web safe color of #80296b is #993366. Color #80296b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00101001 01101011
Octal 200 51 153
Decimal 128 41 107
Hex 80 29 6B

RGB Percentages of Color #80296b

%46.38
%14.86
%38.77

CMYK Percentages of Color #80296b

%0
%68
%16
%50

Triadic Colors of #80296b

#80296b #6b8029 #296b80

Analogous Colors of #80296b

#80296b #802940 #6a2980

Monochromatic Colors of #80296b

#80296b

Complementary Color

#80296b #29803e

#80296b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80296b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80296b Color CSS Codes

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

#80296b Text Font Color

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

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


#80296b Background Color

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

This div background color is #80296b


#80296b Border Color

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

This div border color is #80296b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80296b


Comments

No comments written yet.

Please login to write comment.