Color Hex Logo

#881078 Color Hex

#881078
(136,16,120)
0 Favorites   0 Comments

Color spaces of #881078

RGB 13616120
HSL0.860.790.30
HSV308°88°53°
CMYK 0.000.880.12   0.47
XYZ13.72886.960918.3893
Yxy6.96090.35130.1781
Hunter Lab26.383546.7122-22.8566
CIE-Lab31.717756.6623-28.2797

#881078 color RGB value is (136,16,120).

#881078 hex color red value is 136, green value is 16 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #881078 hue: 0.86 , saturation: 0.79 and the lightness value of 881078 is 0.30.

The process color (four color CMYK) of #881078 color hex is 0.00, 0.88, 0.12, 0.47. Web safe color of #881078 is #990066. Color #881078 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010000 01111000
Octal 210 20 170
Decimal 136 16 120
Hex 88 10 78

RGB Percentages of Color #881078

%50.00
%5.88
%44.12

CMYK Percentages of Color #881078

%0
%88
%12
%47

Triadic Colors of #881078

#881078 #788810 #107888

Analogous Colors of #881078

#881078 #88103c #5c1088

Monochromatic Colors of #881078

#881078

Complementary Color

#881078 #108820

#881078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881078 Color CSS Codes

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

#881078 Text Font Color

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

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


#881078 Background Color

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

This div background color is #881078


#881078 Border Color

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

This div border color is #881078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881078


Comments

No comments written yet.

Please login to write comment.