Color Hex Logo

#800c5c Color Hex

#800C5C
(128,12,92)
0 Favorites   0 Comments

Color spaces of #800c5c

RGB 1281292
HSL0.890.830.27
HSV319°91°50°
CMYK 0.000.910.28   0.50
XYZ10.96535.624810.6330
Yxy5.62480.40280.2066
Hunter Lab23.716741.0246-9.9801
CIE-Lab28.445451.8306-15.4704

#800c5c color RGB value is (128,12,92).

#800c5c hex color red value is 128, green value is 12 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #800c5c hue: 0.89 , saturation: 0.83 and the lightness value of 800c5c is 0.27.

The process color (four color CMYK) of #800c5c color hex is 0.00, 0.91, 0.28, 0.50. Web safe color of #800c5c is #990066. Color #800c5c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001100 01011100
Octal 200 14 134
Decimal 128 12 92
Hex 80 C 5C

RGB Percentages of Color #800c5c

%55.17
%5.17
%39.66

CMYK Percentages of Color #800c5c

%0
%91
%28
%50

Triadic Colors of #800c5c

#800c5c #5c800c #0c5c80

Analogous Colors of #800c5c

#800c5c #800c22 #6a0c80

Monochromatic Colors of #800c5c

#800c5c

Complementary Color

#800c5c #0c8030

#800c5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800c5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#800c5c Color CSS Codes

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

#800c5c Text Font Color

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

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


#800c5c Background Color

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

This div background color is #800c5c


#800c5c Border Color

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

This div border color is #800c5c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,12,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #800c5c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #800c5c;
  -webkit-box-shadow: 1px 1px 3px 2px #800c5c;
  box-shadow:         1px 1px 3px 2px #800c5c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800c5c


Comments

No comments written yet.

Please login to write comment.