Color Hex Logo

#886685 Color Hex

#886685
(136,102,133)
1 Favorites   0 Comments

Color spaces of #886685

RGB 136102133
HSL0.850.140.47
HSV305°25°53°
CMYK 0.000.250.02   0.47
XYZ19.138416.430424.3530
Yxy16.43040.31940.2742
Hunter Lab40.534413.3438-7.2472
CIE-Lab47.534219.2075-11.8608

#886685 color RGB value is (136,102,133).

#886685 hex color red value is 136, green value is 102 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #886685 hue: 0.85 , saturation: 0.14 and the lightness value of 886685 is 0.47.

The process color (four color CMYK) of #886685 color hex is 0.00, 0.25, 0.02, 0.47. Web safe color of #886685 is #996699. Color #886685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100110 10000101
Octal 210 146 205
Decimal 136 102 133
Hex 88 66 85

RGB Percentages of Color #886685

%36.66
%27.49
%35.85

CMYK Percentages of Color #886685

%0
%25
%2
%47

Triadic Colors of #886685

#886685 #858866 #668588

Analogous Colors of #886685

#886685 #886674 #7a6688

Monochromatic Colors of #886685

#886685

Complementary Color

#886685 #668869

#886685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886685 Color CSS Codes

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

#886685 Text Font Color

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

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


#886685 Background Color

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

This div background color is #886685


#886685 Border Color

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

This div border color is #886685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886685


Comments

No comments written yet.

Please login to write comment.