Color Hex Logo

#800582 Color Hex

#800582
(128,5,130)
0 Favorites   0 Comments

Color spaces of #800582

RGB 1285130
HSL0.830.930.26
HSV299°96°51°
CMYK 0.020.960.00   0.49
XYZ12.98566.309421.6525
Yxy6.30940.31710.1541
Hunter Lab25.118548.3223-33.5258
CIE-Lab30.180058.4684-37.1174

#800582 color RGB value is (128,5,130).

#800582 hex color red value is 128, green value is 5 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #800582 hue: 0.83 , saturation: 0.93 and the lightness value of 800582 is 0.26.

The process color (four color CMYK) of #800582 color hex is 0.02, 0.96, 0.00, 0.49. Web safe color of #800582 is #990099. Color #800582 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000101 10000010
Octal 200 5 202
Decimal 128 5 130
Hex 80 5 82

RGB Percentages of Color #800582

%48.67
%1.90
%49.43

CMYK Percentages of Color #800582

%2
%96
%0
%49

Triadic Colors of #800582

#800582 #828005 #058280

Analogous Colors of #800582

#800582 #820546 #420582

Monochromatic Colors of #800582

#800582

Complementary Color

#800582 #078205

#800582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800582 Color CSS Codes

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

#800582 Text Font Color

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

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


#800582 Background Color

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

This div background color is #800582


#800582 Border Color

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

This div border color is #800582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800582


Comments

No comments written yet.

Please login to write comment.