Color Hex Logo

#800055 Color Hex

#800055
(128,0,85)
1 Favorites   0 Comments

Color spaces of #800055

RGB 128085
HSL0.891.000.25
HSV320°100°50°
CMYK 0.001.000.34   0.50
XYZ10.54185.24519.0511
Yxy5.24510.42440.2112
Hunter Lab22.902242.0841-7.4003
CIE-Lab27.421953.0673-12.4204

#800055 color RGB value is (128,0,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 00000000 01010101
Octal 200 0 125
Decimal 128 0 85
Hex 80 0 55

RGB Percentages of Color #800055

%60.09
%0.00
%39.91

CMYK Percentages of Color #800055

%0
%100
%34
%50

Triadic Colors of #800055

#800055 #558000 #005580

Analogous Colors of #800055

#800055 #800015 #6b0080

Monochromatic Colors of #800055

#800055

Complementary Color

#800055 #00802b

#800055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#800055 Color CSS Codes

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

#800055 Text Font Color

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

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


#800055 Background Color

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

This div background color is #800055


#800055 Border Color

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

This div border color is #800055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800055

#800055 Color Palettes


Comments

No comments written yet.

Please login to write comment.