Color Hex Logo

#800850 Color Hex

#800850
(128,8,80)
0 Favorites   0 Comments

Color spaces of #800850

RGB 128880
HSL0.900.880.27
HSV324°94°50°
CMYK 0.000.940.38   0.50
XYZ10.43695.34208.0704
Yxy5.34200.43760.2240
Hunter Lab23.112840.1569-4.5236
CIE-Lab27.687751.1223-8.6884

#800850 color RGB value is (128,8,80).

#800850 hex color red value is 128, green value is 8 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #800850 hue: 0.90 , saturation: 0.88 and the lightness value of 800850 is 0.27.

The process color (four color CMYK) of #800850 color hex is 0.00, 0.94, 0.38, 0.50. Web safe color of #800850 is #990066. Color #800850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001000 01010000
Octal 200 10 120
Decimal 128 8 80
Hex 80 8 50

RGB Percentages of Color #800850

%59.26
%3.70
%37.04

CMYK Percentages of Color #800850

%0
%94
%38
%50

Triadic Colors of #800850

#800850 #508008 #085080

Analogous Colors of #800850

#800850 #800814 #740880

Monochromatic Colors of #800850

#800850

Complementary Color

#800850 #088038

#800850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800850 Color CSS Codes

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

#800850 Text Font Color

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

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


#800850 Background Color

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

This div background color is #800850


#800850 Border Color

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

This div border color is #800850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800850

#800850 Color Palettes


Comments

No comments written yet.

Please login to write comment.