Color Hex Logo

#881866 Color Hex

#881866
(136,24,102)
0 Favorites   0 Comments

Color spaces of #881866

RGB 13624102
HSL0.880.700.31
HSV318°82°53°
CMYK 0.000.820.25   0.47
XYZ12.87826.846813.2132
Yxy6.84680.39100.2079
Hunter Lab26.166442.0604-11.6231
CIE-Lab31.455652.2583-17.1977

#881866 color RGB value is (136,24,102).

#881866 hex color red value is 136, green value is 24 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #881866 hue: 0.88 , saturation: 0.70 and the lightness value of 881866 is 0.31.

The process color (four color CMYK) of #881866 color hex is 0.00, 0.82, 0.25, 0.47. Web safe color of #881866 is #990066. Color #881866 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011000 01100110
Octal 210 30 146
Decimal 136 24 102
Hex 88 18 66

RGB Percentages of Color #881866

%51.91
%9.16
%38.93

CMYK Percentages of Color #881866

%0
%82
%25
%47

Triadic Colors of #881866

#881866 #668818 #186688

Analogous Colors of #881866

#881866 #88182e #721888

Monochromatic Colors of #881866

#881866

Complementary Color

#881866 #18883a

#881866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881866 Color CSS Codes

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

#881866 Text Font Color

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

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


#881866 Background Color

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

This div background color is #881866


#881866 Border Color

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

This div border color is #881866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881866


Comments

No comments written yet.

Please login to write comment.