Color Hex Logo

#881998 Color Hex

#881998
(136,25,152)
0 Favorites   0 Comments

Color spaces of #881998

RGB 13625152
HSL0.810.720.35
HSV292°84°60°
CMYK 0.110.840.00   0.40
XYZ16.16858.196530.4357
Yxy8.19650.29500.1496
Hunter Lab28.629550.7060-42.9898
CIE-Lab34.388859.8498-43.8916

#881998 color RGB value is (136,25,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011001 10011000
Octal 210 31 230
Decimal 136 25 152
Hex 88 19 98

RGB Percentages of Color #881998

%43.45
%7.99
%48.56

CMYK Percentages of Color #881998

%11
%84
%0
%40

Triadic Colors of #881998

#881998 #988819 #199888

Analogous Colors of #881998

#881998 #981969 #481998

Monochromatic Colors of #881998

#881998

Complementary Color

#881998 #299819

#881998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881998 Color CSS Codes

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

#881998 Text Font Color

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

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


#881998 Background Color

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

This div background color is #881998


#881998 Border Color

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

This div border color is #881998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881998


Comments

No comments written yet.

Please login to write comment.