Color Hex Logo

#800051 Color Hex

#800051
(128,0,81)
0 Favorites   0 Comments

Color spaces of #800051

RGB 128081
HSL0.891.000.25
HSV322°100°50°
CMYK 0.001.000.37   0.50
XYZ10.38735.18338.2376
Yxy5.18330.43630.2177
Hunter Lab22.766941.5980-5.5157
CIE-Lab27.250752.6259-10.0181

#800051 color RGB value is (128,0,81).

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

The process color (four color CMYK) of #800051 color hex is 0.00, 1.00, 0.37, 0.50. Web safe color of #800051 is #990066. Color #800051 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000000 01010001
Octal 200 0 121
Decimal 128 0 81
Hex 80 0 51

RGB Percentages of Color #800051

%61.24
%0.00
%38.76

CMYK Percentages of Color #800051

%0
%100
%37
%50

Triadic Colors of #800051

#800051 #518000 #005180

Analogous Colors of #800051

#800051 #800011 #6f0080

Monochromatic Colors of #800051

#800051

Complementary Color

#800051 #00802f

#800051 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800051 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800051 Color CSS Codes

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

#800051 Text Font Color

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

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


#800051 Background Color

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

This div background color is #800051


#800051 Border Color

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

This div border color is #800051


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800051


Comments

No comments written yet.

Please login to write comment.