Color Hex Logo

#885775 Color Hex

#885775
(136,87,117)
0 Favorites   0 Comments

Color spaces of #885775

RGB 13687117
HSL0.900.220.44
HSV323°36°53°
CMYK 0.000.360.14   0.47
XYZ16.772413.335018.5195
Yxy13.33500.34490.2742
Hunter Lab36.517118.0805-4.5067
CIE-Lab43.263725.0030-8.6330

#885775 color RGB value is (136,87,117).

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

The process color (four color CMYK) of #885775 color hex is 0.00, 0.36, 0.14, 0.47. Web safe color of #885775 is #996666. Color #885775 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010111 01110101
Octal 210 127 165
Decimal 136 87 117
Hex 88 57 75

RGB Percentages of Color #885775

%40.00
%25.59
%34.41

CMYK Percentages of Color #885775

%0
%36
%14
%47

Triadic Colors of #885775

#885775 #758857 #577588

Analogous Colors of #885775

#885775 #88575d #835788

Monochromatic Colors of #885775

#885775

Complementary Color

#885775 #57886a

#885775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885775 Color CSS Codes

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

#885775 Text Font Color

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

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


#885775 Background Color

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

This div background color is #885775


#885775 Border Color

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

This div border color is #885775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885775


Comments

No comments written yet.

Please login to write comment.