Color Hex Logo

#885674 Color Hex

#885674
(136,86,116)
0 Favorites   0 Comments

Color spaces of #885674

RGB 13686116
HSL0.900.230.44
HSV324°37°53°
CMYK 0.000.370.15   0.47
XYZ16.633513.150818.1847
Yxy13.15080.34680.2742
Hunter Lab36.264018.4119-4.3463
CIE-Lab42.989625.4083-8.4339

#885674 color RGB value is (136,86,116).

#885674 hex color red value is 136, green value is 86 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #885674 hue: 0.90 , saturation: 0.23 and the lightness value of 885674 is 0.44.

The process color (four color CMYK) of #885674 color hex is 0.00, 0.37, 0.15, 0.47. Web safe color of #885674 is #996666. Color #885674 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010110 01110100
Octal 210 126 164
Decimal 136 86 116
Hex 88 56 74

RGB Percentages of Color #885674

%40.24
%25.44
%34.32

CMYK Percentages of Color #885674

%0
%37
%15
%47

Triadic Colors of #885674

#885674 #748856 #567488

Analogous Colors of #885674

#885674 #88565b #835688

Monochromatic Colors of #885674

#885674

Complementary Color

#885674 #56886a

#885674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885674 Color CSS Codes

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

#885674 Text Font Color

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

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


#885674 Background Color

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

This div background color is #885674


#885674 Border Color

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

This div border color is #885674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885674


Comments

No comments written yet.

Please login to write comment.