Color Hex Logo

#880c5a Color Hex

#880C5A
(136,12,90)
0 Favorites   0 Comments

Color spaces of #880c5a

RGB 1361290
HSL0.900.840.29
HSV322°91°53°
CMYK 0.000.910.34   0.47
XYZ12.13036.235410.2371
Yxy6.23540.42410.2180
Hunter Lab24.970843.0128-6.8272
CIE-Lab29.998853.4669-11.6347

#880c5a color RGB value is (136,12,90).

#880c5a hex color red value is 136, green value is 12 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #880c5a hue: 0.90 , saturation: 0.84 and the lightness value of 880c5a is 0.29.

The process color (four color CMYK) of #880c5a color hex is 0.00, 0.91, 0.34, 0.47. Web safe color of #880c5a is #990066. Color #880c5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001100 01011010
Octal 210 14 132
Decimal 136 12 90
Hex 88 C 5A

RGB Percentages of Color #880c5a

%57.14
%5.04
%37.82

CMYK Percentages of Color #880c5a

%0
%91
%34
%47

Triadic Colors of #880c5a

#880c5a #5a880c #0c5a88

Analogous Colors of #880c5a

#880c5a #880c1c #780c88

Monochromatic Colors of #880c5a

#880c5a

Complementary Color

#880c5a #0c883a

#880c5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880c5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#880c5a Color CSS Codes

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

#880c5a Text Font Color

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

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


#880c5a Background Color

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

This div background color is #880c5a


#880c5a Border Color

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

This div border color is #880c5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,12,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #880c5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #880c5a;
  -webkit-box-shadow: 1px 1px 3px 2px #880c5a;
  box-shadow:         1px 1px 3px 2px #880c5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880c5a


Comments

No comments written yet.

Please login to write comment.