Color Hex Logo

#800052 Color Hex

#800052
(128,0,82)
0 Favorites   0 Comments

Color spaces of #800052

RGB 128082
HSL0.891.000.25
HSV322°100°50°
CMYK 0.001.000.36   0.50
XYZ10.42515.19848.4366
Yxy5.19840.43330.2161
Hunter Lab22.800041.7176-5.9789
CIE-Lab27.292752.7347-10.6215

#800052 color RGB value is (128,0,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000000 01010010
Octal 200 0 122
Decimal 128 0 82
Hex 80 0 52

RGB Percentages of Color #800052

%60.95
%0.00
%39.05

CMYK Percentages of Color #800052

%0
%100
%36
%50

Triadic Colors of #800052

#800052 #528000 #005280

Analogous Colors of #800052

#800052 #800012 #6e0080

Monochromatic Colors of #800052

#800052

Complementary Color

#800052 #00802e

#800052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800052 Color CSS Codes

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

#800052 Text Font Color

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

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


#800052 Background Color

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

This div background color is #800052


#800052 Border Color

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

This div border color is #800052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800052


Comments

No comments written yet.

Please login to write comment.