Color Hex Logo

#880f7b Color Hex

#880F7B
(136,15,123)
0 Favorites   0 Comments

Color spaces of #880f7b

RGB 13615123
HSL0.850.800.30
HSV306°89°53°
CMYK 0.000.890.10   0.47
XYZ13.89937.005919.3586
Yxy7.00590.34520.1740
Hunter Lab26.468747.4143-24.8353
CIE-Lab31.820357.3016-30.0120

#880f7b color RGB value is (136,15,123).

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

The process color (four color CMYK) of #880f7b color hex is 0.00, 0.89, 0.10, 0.47. Web safe color of #880f7b is #990066. Color #880f7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001111 01111011
Octal 210 17 173
Decimal 136 15 123
Hex 88 F 7B

RGB Percentages of Color #880f7b

%49.64
%5.47
%44.89

CMYK Percentages of Color #880f7b

%0
%89
%10
%47

Triadic Colors of #880f7b

#880f7b #7b880f #0f7b88

Analogous Colors of #880f7b

#880f7b #880f3e #590f88

Monochromatic Colors of #880f7b

#880f7b

Complementary Color

#880f7b #0f881c

#880f7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880f7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#880f7b Color CSS Codes

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

#880f7b Text Font Color

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

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


#880f7b Background Color

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

This div background color is #880f7b


#880f7b Border Color

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

This div border color is #880f7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880f7b


Comments

No comments written yet.

Please login to write comment.