Color Hex Logo

#800583 Color Hex

#800583
(128,5,131)
0 Favorites   0 Comments

Color spaces of #800583

RGB 1285131
HSL0.830.930.27
HSV299°96°51°
CMYK 0.020.960.00   0.49
XYZ13.05316.336422.0078
Yxy6.33640.31530.1531
Hunter Lab25.172248.5102-34.2161
CIE-Lab30.245858.6303-37.6391

#800583 color RGB value is (128,5,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000101 10000011
Octal 200 5 203
Decimal 128 5 131
Hex 80 5 83

RGB Percentages of Color #800583

%48.48
%1.89
%49.62

CMYK Percentages of Color #800583

%2
%96
%0
%49

Triadic Colors of #800583

#800583 #838005 #058380

Analogous Colors of #800583

#800583 #830547 #410583

Monochromatic Colors of #800583

#800583

Complementary Color

#800583 #088305

#800583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800583 Color CSS Codes

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

#800583 Text Font Color

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

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


#800583 Background Color

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

This div background color is #800583


#800583 Border Color

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

This div border color is #800583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800583


Comments

No comments written yet.

Please login to write comment.