Color Hex Logo

#881499 Color Hex

#881499
(136,20,153)
0 Favorites   0 Comments

Color spaces of #881499

RGB 13620153
HSL0.810.770.34
HSV292°87°60°
CMYK 0.110.870.00   0.40
XYZ16.15338.034530.8364
Yxy8.03450.29360.1460
Hunter Lab28.345252.1191-44.6593
CIE-Lab34.054661.2034-45.0392

#881499 color RGB value is (136,20,153).

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

The process color (four color CMYK) of #881499 color hex is 0.11, 0.87, 0.00, 0.40. Web safe color of #881499 is #990099. Color #881499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010100 10011001
Octal 210 24 231
Decimal 136 20 153
Hex 88 14 99

RGB Percentages of Color #881499

%44.01
%6.47
%49.51

CMYK Percentages of Color #881499

%11
%87
%0
%40

Triadic Colors of #881499

#881499 #998814 #149988

Analogous Colors of #881499

#881499 #991468 #461499

Monochromatic Colors of #881499

#881499

Complementary Color

#881499 #259914

#881499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881499 Color CSS Codes

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

#881499 Text Font Color

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

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


#881499 Background Color

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

This div background color is #881499


#881499 Border Color

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

This div border color is #881499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881499


Comments

No comments written yet.

Please login to write comment.