Color Hex Logo

#882688 Color Hex

#882688
(136,38,136)
0 Favorites   0 Comments

Color spaces of #882688

RGB 13638136
HSL0.830.560.34
HSV300°72°53°
CMYK 0.000.720.00   0.47
XYZ15.29048.398024.1076
Yxy8.39800.31990.1757
Hunter Lab28.979343.4685-29.0373
CIE-Lab34.798452.9754-33.4099

#882688 color RGB value is (136,38,136).

#882688 hex color red value is 136, green value is 38 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #882688 hue: 0.83 , saturation: 0.56 and the lightness value of 882688 is 0.34.

The process color (four color CMYK) of #882688 color hex is 0.00, 0.72, 0.00, 0.47. Web safe color of #882688 is #993399. Color #882688 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100110 10001000
Octal 210 46 210
Decimal 136 38 136
Hex 88 26 88

RGB Percentages of Color #882688

%43.87
%12.26
%43.87

CMYK Percentages of Color #882688

%0
%72
%0
%47

Triadic Colors of #882688

#882688 #888826 #268888

Analogous Colors of #882688

#882688 #882657 #572688

Monochromatic Colors of #882688

#882688

Complementary Color

#882688 #268826

#882688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882688 Color CSS Codes

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

#882688 Text Font Color

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

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


#882688 Background Color

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

This div background color is #882688


#882688 Border Color

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

This div border color is #882688


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,38,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 #882688">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882688


Comments

No comments written yet.

Please login to write comment.