Color Hex Logo

#881766 Color Hex

#881766
(136,23,102)
0 Favorites   0 Comments

Color spaces of #881766

RGB 13623102
HSL0.880.710.31
HSV318°83°53°
CMYK 0.000.830.25   0.47
XYZ12.85806.806313.2064
Yxy6.80630.39120.2071
Hunter Lab26.088942.3188-11.7508
CIE-Lab31.361852.5281-17.3424

#881766 color RGB value is (136,23,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010111 01100110
Octal 210 27 146
Decimal 136 23 102
Hex 88 17 66

RGB Percentages of Color #881766

%52.11
%8.81
%39.08

CMYK Percentages of Color #881766

%0
%83
%25
%47

Triadic Colors of #881766

#881766 #668817 #176688

Analogous Colors of #881766

#881766 #88172d #721788

Monochromatic Colors of #881766

#881766

Complementary Color

#881766 #178839

#881766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881766 Color CSS Codes

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

#881766 Text Font Color

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

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


#881766 Background Color

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

This div background color is #881766


#881766 Border Color

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

This div border color is #881766


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,23,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 #881766">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881766


Comments

No comments written yet.

Please login to write comment.