Color Hex Logo

#881996 Color Hex

#881996
(136,25,150)
0 Favorites   0 Comments

Color spaces of #881996

RGB 13625150
HSL0.810.710.34
HSV293°83°59°
CMYK 0.090.830.00   0.41
XYZ16.00608.131529.5801
Yxy8.13150.29800.1514
Hunter Lab28.515850.2900-41.5419
CIE-Lab34.255359.4942-42.8848

#881996 color RGB value is (136,25,150).

#881996 hex color red value is 136, green value is 25 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #881996 hue: 0.81 , saturation: 0.71 and the lightness value of 881996 is 0.34.

The process color (four color CMYK) of #881996 color hex is 0.09, 0.83, 0.00, 0.41. Web safe color of #881996 is #990099. Color #881996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011001 10010110
Octal 210 31 226
Decimal 136 25 150
Hex 88 19 96

RGB Percentages of Color #881996

%43.73
%8.04
%48.23

CMYK Percentages of Color #881996

%9
%83
%0
%41

Triadic Colors of #881996

#881996 #968819 #199688

Analogous Colors of #881996

#881996 #961966 #4a1996

Monochromatic Colors of #881996

#881996

Complementary Color

#881996 #279619

#881996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881996 Color CSS Codes

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

#881996 Text Font Color

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

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


#881996 Background Color

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

This div background color is #881996


#881996 Border Color

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

This div border color is #881996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881996


Comments

No comments written yet.

Please login to write comment.