Color Hex Logo

#885172 Color Hex

#885172
(136,81,114)
0 Favorites   0 Comments

Color spaces of #885172

RGB 13681114
HSL0.900.250.43
HSV324°40°53°
CMYK 0.000.400.16   0.47
XYZ16.133012.334017.4500
Yxy12.33400.35140.2686
Hunter Lab35.119820.5380-4.8756
CIE-Lab41.742127.9516-9.0810

#885172 color RGB value is (136,81,114).

#885172 hex color red value is 136, green value is 81 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #885172 hue: 0.90 , saturation: 0.25 and the lightness value of 885172 is 0.43.

The process color (four color CMYK) of #885172 color hex is 0.00, 0.40, 0.16, 0.47. Web safe color of #885172 is #996666. Color #885172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010001 01110010
Octal 210 121 162
Decimal 136 81 114
Hex 88 51 72

RGB Percentages of Color #885172

%41.09
%24.47
%34.44

CMYK Percentages of Color #885172

%0
%40
%16
%47

Triadic Colors of #885172

#885172 #728851 #517288

Analogous Colors of #885172

#885172 #885157 #835188

Monochromatic Colors of #885172

#885172

Complementary Color

#885172 #518867

#885172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885172 Color CSS Codes

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

#885172 Text Font Color

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

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


#885172 Background Color

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

This div background color is #885172


#885172 Border Color

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

This div border color is #885172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885172


Comments

No comments written yet.

Please login to write comment.