Color Hex Logo

#880611 Color Hex

#880611
(136,6,17)
0 Favorites   0 Comments

Color spaces of #880611

RGB 136617
HSL0.990.920.28
HSV355°96°53°
CMYK 0.000.960.88   0.47
XYZ10.31965.40501.0297
Yxy5.40500.61590.3226
Hunter Lab23.248738.547313.6481
CIE-Lab27.858849.484533.3244

#880611 color RGB value is (136,6,17).

#880611 hex color red value is 136, green value is 6 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #880611 hue: 0.99 , saturation: 0.92 and the lightness value of 880611 is 0.28.

The process color (four color CMYK) of #880611 color hex is 0.00, 0.96, 0.88, 0.47. Web safe color of #880611 is #990000. Color #880611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000110 00010001
Octal 210 6 21
Decimal 136 6 17
Hex 88 6 11

RGB Percentages of Color #880611

%85.53
%3.77
%10.69

CMYK Percentages of Color #880611

%0
%96
%88
%47

Triadic Colors of #880611

#880611 #118806 #061188

Analogous Colors of #880611

#880611 #883c06 #880652

Monochromatic Colors of #880611

#880611

Complementary Color

#880611 #06887d

#880611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880611 Color CSS Codes

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

#880611 Text Font Color

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

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


#880611 Background Color

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

This div background color is #880611


#880611 Border Color

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

This div border color is #880611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880611


Comments

No comments written yet.

Please login to write comment.