Color Hex Logo

#800097 Color Hex

#800097
(128,0,151)
0 Favorites   0 Comments

Color spaces of #800097

RGB 1280151
HSL0.811.000.30
HSV291°100°59°
CMYK 0.151.000.00   0.41
XYZ14.48806.823629.8316
Yxy6.82360.28330.1334
Hunter Lab26.122053.2875-49.4243
CIE-Lab31.401962.7729-48.1705

#800097 color RGB value is (128,0,151).

#800097 hex color red value is 128, green value is 0 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #800097 hue: 0.81 , saturation: 1.00 and the lightness value of 800097 is 0.30.

The process color (four color CMYK) of #800097 color hex is 0.15, 1.00, 0.00, 0.41. Web safe color of #800097 is #990099. Color #800097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000000 10010111
Octal 200 0 227
Decimal 128 0 151
Hex 80 0 97

RGB Percentages of Color #800097

%45.88
%0.00
%54.12

CMYK Percentages of Color #800097

%15
%100
%0
%41

Triadic Colors of #800097

#800097 #978000 #009780

Analogous Colors of #800097

#800097 #970063 #340097

Monochromatic Colors of #800097

#800097

Complementary Color

#800097 #179700

#800097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800097 Color CSS Codes

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

#800097 Text Font Color

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

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


#800097 Background Color

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

This div background color is #800097


#800097 Border Color

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

This div border color is #800097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800097


Comments

No comments written yet.

Please login to write comment.