Color Hex Logo

#880886 Color Hex

#880886
(136,8,134)
0 Favorites   0 Comments

Color spaces of #880886

RGB 1368134
HSL0.840.890.28
HSV301°94°53°
CMYK 0.000.940.01   0.47
XYZ14.54337.129123.1638
Yxy7.12910.32440.1590
Hunter Lab26.700450.5007-32.7465
CIE-Lab32.099060.1075-36.4639

#880886 color RGB value is (136,8,134).

#880886 hex color red value is 136, green value is 8 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #880886 hue: 0.84 , saturation: 0.89 and the lightness value of 880886 is 0.28.

The process color (four color CMYK) of #880886 color hex is 0.00, 0.94, 0.01, 0.47. Web safe color of #880886 is #990099. Color #880886 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001000 10000110
Octal 210 10 206
Decimal 136 8 134
Hex 88 8 86

RGB Percentages of Color #880886

%48.92
%2.88
%48.20

CMYK Percentages of Color #880886

%0
%94
%1
%47

Triadic Colors of #880886

#880886 #868808 #088688

Analogous Colors of #880886

#880886 #880846 #4a0888

Monochromatic Colors of #880886

#880886

Complementary Color

#880886 #08880a

#880886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880886 Color CSS Codes

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

#880886 Text Font Color

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

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


#880886 Background Color

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

This div background color is #880886


#880886 Border Color

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

This div border color is #880886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880886


Comments

No comments written yet.

Please login to write comment.