Color Hex Logo

#885369 Color Hex

#885369
(136,83,105)
0 Favorites   0 Comments

Color spaces of #885369

RGB 13683105
HSL0.930.240.43
HSV335°39°53°
CMYK 0.000.390.23   0.47
XYZ15.796412.440714.9333
Yxy12.44070.36590.2882
Hunter Lab35.271418.2169-0.4124
CIE-Lab41.908125.2971-3.2987

#885369 color RGB value is (136,83,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010011 01101001
Octal 210 123 151
Decimal 136 83 105
Hex 88 53 69

RGB Percentages of Color #885369

%41.98
%25.62
%32.41

CMYK Percentages of Color #885369

%0
%39
%23
%47

Triadic Colors of #885369

#885369 #698853 #536988

Analogous Colors of #885369

#885369 #885853 #885384

Monochromatic Colors of #885369

#885369

Complementary Color

#885369 #538872

#885369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885369 Color CSS Codes

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

#885369 Text Font Color

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

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


#885369 Background Color

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

This div background color is #885369


#885369 Border Color

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

This div border color is #885369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885369


Comments

No comments written yet.

Please login to write comment.