Color Hex Logo

#883288 Color Hex

#883288
(136,50,136)
0 Favorites   0 Comments

Color spaces of #883288

RGB 13650136
HSL0.830.460.36
HSV300°63°53°
CMYK 0.000.630.00   0.47
XYZ15.73799.293024.2568
Yxy9.29300.31930.1885
Hunter Lab30.484438.8047-25.8386
CIE-Lab36.542448.0855-30.6520

#883288 color RGB value is (136,50,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110010 10001000
Octal 210 62 210
Decimal 136 50 136
Hex 88 32 88

RGB Percentages of Color #883288

%42.24
%15.53
%42.24

CMYK Percentages of Color #883288

%0
%63
%0
%47

Triadic Colors of #883288

#883288 #888832 #328888

Analogous Colors of #883288

#883288 #88325d #5d3288

Monochromatic Colors of #883288

#883288

Complementary Color

#883288 #328832

#883288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883288 Color CSS Codes

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

#883288 Text Font Color

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

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


#883288 Background Color

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

This div background color is #883288


#883288 Border Color

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

This div border color is #883288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883288


Comments

No comments written yet.

Please login to write comment.