Color Hex Logo

#885198 Color Hex

#885198
(136,81,152)
0 Favorites   0 Comments

Color spaces of #885198

RGB 13681152
HSL0.800.300.46
HSV286°47°60°
CMYK 0.110.470.00   0.40
XYZ18.763313.386131.3006
Yxy13.38610.29570.2110
Hunter Lab36.587027.5147-25.1123
CIE-Lab43.339335.3615-29.6868

#885198 color RGB value is (136,81,152).

#885198 hex color red value is 136, green value is 81 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #885198 hue: 0.80 , saturation: 0.30 and the lightness value of 885198 is 0.46.

The process color (four color CMYK) of #885198 color hex is 0.11, 0.47, 0.00, 0.40. Web safe color of #885198 is #996699. Color #885198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010001 10011000
Octal 210 121 230
Decimal 136 81 152
Hex 88 51 98

RGB Percentages of Color #885198

%36.86
%21.95
%41.19

CMYK Percentages of Color #885198

%11
%47
%0
%40

Triadic Colors of #885198

#885198 #988851 #519888

Analogous Colors of #885198

#885198 #985185 #655198

Monochromatic Colors of #885198

#885198

Complementary Color

#885198 #619851

#885198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885198 Color CSS Codes

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

#885198 Text Font Color

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

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


#885198 Background Color

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

This div background color is #885198


#885198 Border Color

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

This div border color is #885198


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,81,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 #885198">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885198


Comments

No comments written yet.

Please login to write comment.