Color Hex Logo

#886288 Color Hex

#886288
(136,98,136)
0 Favorites   0 Comments

Color spaces of #886288

RGB 13698136
HSL0.830.160.46
HSV300°28°53°
CMYK 0.000.280.00   0.47
XYZ18.965015.747225.3325
Yxy15.74720.31580.2623
Hunter Lab39.682715.8631-10.0714
CIE-Lab46.641122.1694-15.0069

#886288 color RGB value is (136,98,136).

#886288 hex color red value is 136, green value is 98 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #886288 hue: 0.83 , saturation: 0.16 and the lightness value of 886288 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100010 10001000
Octal 210 142 210
Decimal 136 98 136
Hex 88 62 88

RGB Percentages of Color #886288

%36.76
%26.49
%36.76

CMYK Percentages of Color #886288

%0
%28
%0
%47

Triadic Colors of #886288

#886288 #888862 #628888

Analogous Colors of #886288

#886288 #886275 #756288

Monochromatic Colors of #886288

#886288

Complementary Color

#886288 #628862

#886288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886288 Color CSS Codes

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

#886288 Text Font Color

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

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


#886288 Background Color

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

This div background color is #886288


#886288 Border Color

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

This div border color is #886288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886288


Comments

No comments written yet.

Please login to write comment.