Color Hex Logo

#885193 Color Hex

#885193
(136,81,147)
0 Favorites   0 Comments

Color spaces of #885193

RGB 13681147
HSL0.810.290.45
HSV290°45°58°
CMYK 0.070.450.00   0.42
XYZ18.362213.225729.1888
Yxy13.22570.30210.2176
Hunter Lab36.367226.4842-22.1300
CIE-Lab43.101434.2977-27.0592

#885193 color RGB value is (136,81,147).

#885193 hex color red value is 136, green value is 81 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #885193 hue: 0.81 , saturation: 0.29 and the lightness value of 885193 is 0.45.

The process color (four color CMYK) of #885193 color hex is 0.07, 0.45, 0.00, 0.42. Web safe color of #885193 is #996699. Color #885193 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010001 10010011
Octal 210 121 223
Decimal 136 81 147
Hex 88 51 93

RGB Percentages of Color #885193

%37.36
%22.25
%40.38

CMYK Percentages of Color #885193

%7
%45
%0
%42

Triadic Colors of #885193

#885193 #938851 #519388

Analogous Colors of #885193

#885193 #93517d #675193

Monochromatic Colors of #885193

#885193

Complementary Color

#885193 #5c9351

#885193 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885193 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885193 Color CSS Codes

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

#885193 Text Font Color

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

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


#885193 Background Color

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

This div background color is #885193


#885193 Border Color

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

This div border color is #885193


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885193


Comments

No comments written yet.

Please login to write comment.