Color Hex Logo

#885376 Color Hex

#885376
(136,83,118)
0 Favorites   0 Comments

Color spaces of #885376

RGB 13683118
HSL0.890.240.43
HSV320°39°53°
CMYK 0.000.390.13   0.47
XYZ16.516612.728818.7259
Yxy12.72880.34430.2653
Hunter Lab35.677420.1997-6.1451
CIE-Lab42.351727.5009-10.6156

#885376 color RGB value is (136,83,118).

#885376 hex color red value is 136, green value is 83 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #885376 hue: 0.89 , saturation: 0.24 and the lightness value of 885376 is 0.43.

The process color (four color CMYK) of #885376 color hex is 0.00, 0.39, 0.13, 0.47. Web safe color of #885376 is #996666. Color #885376 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010011 01110110
Octal 210 123 166
Decimal 136 83 118
Hex 88 53 76

RGB Percentages of Color #885376

%40.36
%24.63
%35.01

CMYK Percentages of Color #885376

%0
%39
%13
%47

Triadic Colors of #885376

#885376 #768853 #537688

Analogous Colors of #885376

#885376 #88535c #805388

Monochromatic Colors of #885376

#885376

Complementary Color

#885376 #538865

#885376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885376 Color CSS Codes

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

#885376 Text Font Color

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

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


#885376 Background Color

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

This div background color is #885376


#885376 Border Color

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

This div border color is #885376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885376


Comments

No comments written yet.

Please login to write comment.