Color Hex Logo

#880f87 Color Hex

#880F87
(136,15,135)
0 Favorites   0 Comments

Color spaces of #880f87

RGB 13615135
HSL0.830.800.30
HSV300°89°53°
CMYK 0.000.890.01   0.47
XYZ14.69737.325223.5609
Yxy7.32520.32240.1607
Hunter Lab27.065149.5678-32.6680
CIE-Lab32.536159.1644-36.3888

#880f87 color RGB value is (136,15,135).

#880f87 hex color red value is 136, green value is 15 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #880f87 hue: 0.83 , saturation: 0.80 and the lightness value of 880f87 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001111 10000111
Octal 210 17 207
Decimal 136 15 135
Hex 88 F 87

RGB Percentages of Color #880f87

%47.55
%5.24
%47.20

CMYK Percentages of Color #880f87

%0
%89
%1
%47

Triadic Colors of #880f87

#880f87 #87880f #0f8788

Analogous Colors of #880f87

#880f87 #880f4b #4c0f88

Monochromatic Colors of #880f87

#880f87

Complementary Color

#880f87 #0f8810

#880f87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880f87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880f87 Color CSS Codes

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

#880f87 Text Font Color

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

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


#880f87 Background Color

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

This div background color is #880f87


#880f87 Border Color

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

This div border color is #880f87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,15,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #880f87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #880f87;
  -webkit-box-shadow: 1px 1px 3px 2px #880f87;
  box-shadow:         1px 1px 3px 2px #880f87; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880f87


Comments

No comments written yet.

Please login to write comment.