Color Hex Logo

#887883 Color Hex

#887883
(136,120,131)
0 Favorites   0 Comments

Color spaces of #887883

RGB 136120131
HSL0.890.060.50
HSV319°12°53°
CMYK 0.000.120.04   0.47
XYZ20.966520.305924.2871
Yxy20.30590.31980.3097
Hunter Lab45.06214.1939-0.4121
CIE-Lab52.18138.2255-3.7388

#887883 color RGB value is (136,120,131).

#887883 hex color red value is 136, green value is 120 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #887883 hue: 0.89 , saturation: 0.06 and the lightness value of 887883 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01111000 10000011
Octal 210 170 203
Decimal 136 120 131
Hex 88 78 83

RGB Percentages of Color #887883

%35.14
%31.01
%33.85

CMYK Percentages of Color #887883

%0
%12
%4
%47

Triadic Colors of #887883

#887883 #838878 #788388

Analogous Colors of #887883

#887883 #88787b #857888

Monochromatic Colors of #887883

#887883

Complementary Color

#887883 #78887d

#887883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#887883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#887883 Color CSS Codes

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

#887883 Text Font Color

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

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


#887883 Background Color

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

This div background color is #887883


#887883 Border Color

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

This div border color is #887883


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #887883


Comments

No comments written yet.

Please login to write comment.