Color Hex Logo

#880729 Color Hex

#880729
(136,7,41)
0 Favorites   0 Comments

Color spaces of #880729

RGB 136741
HSL0.960.900.28
HSV344°95°53°
CMYK 0.000.950.70   0.47
XYZ10.62965.54632.6081
Yxy5.54630.56590.2953
Hunter Lab23.550639.35289.9194
CIE-Lab28.237750.216318.6194

#880729 color RGB value is (136,7,41).

#880729 hex color red value is 136, green value is 7 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #880729 hue: 0.96 , saturation: 0.90 and the lightness value of 880729 is 0.28.

The process color (four color CMYK) of #880729 color hex is 0.00, 0.95, 0.70, 0.47. Web safe color of #880729 is #990033. Color #880729 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000111 00101001
Octal 210 7 51
Decimal 136 7 41
Hex 88 7 29

RGB Percentages of Color #880729

%73.91
%3.80
%22.28

CMYK Percentages of Color #880729

%0
%95
%70
%47

Triadic Colors of #880729

#880729 #298807 #072988

Analogous Colors of #880729

#880729 #882607 #88076a

Monochromatic Colors of #880729

#880729

Complementary Color

#880729 #078866

#880729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880729 Color CSS Codes

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

#880729 Text Font Color

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

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


#880729 Background Color

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

This div background color is #880729


#880729 Border Color

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

This div border color is #880729


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,7,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #880729; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #880729;
  -webkit-box-shadow: 1px 1px 3px 2px #880729;
  box-shadow:         1px 1px 3px 2px #880729; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880729


Comments

No comments written yet.

Please login to write comment.