Color Hex Logo

#887183 Color Hex

#887183
(136,113,131)
0 Favorites   0 Comments

Color spaces of #887183

RGB 136113131
HSL0.870.090.49
HSV313°17°53°
CMYK 0.000.170.04   0.47
XYZ20.155218.683224.0167
Yxy18.68320.32070.2972
Hunter Lab43.22417.5917-2.6866
CIE-Lab50.314512.3241-6.5057

#887183 color RGB value is (136,113,131).

#887183 hex color red value is 136, green value is 113 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #887183 hue: 0.87 , saturation: 0.09 and the lightness value of 887183 is 0.49.

The process color (four color CMYK) of #887183 color hex is 0.00, 0.17, 0.04, 0.47. Web safe color of #887183 is #996699. Color #887183 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01110001 10000011
Octal 210 161 203
Decimal 136 113 131
Hex 88 71 83

RGB Percentages of Color #887183

%35.79
%29.74
%34.47

CMYK Percentages of Color #887183

%0
%17
%4
%47

Triadic Colors of #887183

#887183 #838871 #718388

Analogous Colors of #887183

#887183 #887178 #827188

Monochromatic Colors of #887183

#887183

Complementary Color

#887183 #718876

#887183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887183 Color CSS Codes

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

#887183 Text Font Color

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

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


#887183 Background Color

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

This div background color is #887183


#887183 Border Color

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

This div border color is #887183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887183


Comments

No comments written yet.

Please login to write comment.