Color Hex Logo

#880881 Color Hex

#880881
(136,8,129)
0 Favorites   0 Comments

Color spaces of #880881

RGB 1368129
HSL0.840.890.28
HSV303°94°53°
CMYK 0.000.940.05   0.47
XYZ14.20266.992921.3701
Yxy6.99290.33370.1643
Hunter Lab26.444149.5917-29.4028
CIE-Lab31.790759.3314-33.8305

#880881 color RGB value is (136,8,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001000 10000001
Octal 210 10 201
Decimal 136 8 129
Hex 88 8 81

RGB Percentages of Color #880881

%49.82
%2.93
%47.25

CMYK Percentages of Color #880881

%0
%94
%5
%47

Triadic Colors of #880881

#880881 #818808 #088188

Analogous Colors of #880881

#880881 #880841 #4f0888

Monochromatic Colors of #880881

#880881

Complementary Color

#880881 #08880f

#880881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880881 Color CSS Codes

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

#880881 Text Font Color

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

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


#880881 Background Color

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

This div background color is #880881


#880881 Border Color

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

This div border color is #880881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880881


Comments

No comments written yet.

Please login to write comment.