Color Hex Logo

#80196f Color Hex

#80196F
(128,25,111)
0 Favorites   0 Comments

Color spaces of #80196f

RGB 12825111
HSL0.860.670.30
HSV310°80°50°
CMYK 0.000.800.13   0.50
XYZ12.11906.432215.6417
Yxy6.43220.35440.1881
Hunter Lab25.361840.9122-18.8134
CIE-Lab30.477751.3243-24.6122

#80196f color RGB value is (128,25,111).

#80196f hex color red value is 128, green value is 25 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #80196f hue: 0.86 , saturation: 0.67 and the lightness value of 80196f is 0.30.

The process color (four color CMYK) of #80196f color hex is 0.00, 0.80, 0.13, 0.50. Web safe color of #80196f is #990066. Color #80196f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011001 01101111
Octal 200 31 157
Decimal 128 25 111
Hex 80 19 6F

RGB Percentages of Color #80196f

%48.48
%9.47
%42.05

CMYK Percentages of Color #80196f

%0
%80
%13
%50

Triadic Colors of #80196f

#80196f #6f8019 #196f80

Analogous Colors of #80196f

#80196f #80193c #5e1980

Monochromatic Colors of #80196f

#80196f

Complementary Color

#80196f #19802a

#80196f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80196f Color Preview on White Background

Lorem ipsum dolor sit amet.

#80196f Color CSS Codes

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

#80196f Text Font Color

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

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


#80196f Background Color

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

This div background color is #80196f


#80196f Border Color

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

This div border color is #80196f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,25,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80196f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80196f;
  -webkit-box-shadow: 1px 1px 3px 2px #80196f;
  box-shadow:         1px 1px 3px 2px #80196f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80196f


Comments

No comments written yet.

Please login to write comment.