Color Hex Logo

#883286 Color Hex

#883286
(136,50,134)
0 Favorites   0 Comments

Color spaces of #883286

RGB 13650134
HSL0.840.460.36
HSV301°63°53°
CMYK 0.000.630.01   0.47
XYZ15.59709.236723.5151
Yxy9.23670.32260.1910
Hunter Lab30.391938.4195-24.6000
CIE-Lab36.436147.7219-29.5868

#883286 color RGB value is (136,50,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00110010 10000110
Octal 210 62 206
Decimal 136 50 134
Hex 88 32 86

RGB Percentages of Color #883286

%42.50
%15.63
%41.88

CMYK Percentages of Color #883286

%0
%63
%1
%47

Triadic Colors of #883286

#883286 #868832 #328688

Analogous Colors of #883286

#883286 #88325b #5f3288

Monochromatic Colors of #883286

#883286

Complementary Color

#883286 #328834

#883286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#883286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#883286 Color CSS Codes

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

#883286 Text Font Color

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

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


#883286 Background Color

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

This div background color is #883286


#883286 Border Color

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

This div border color is #883286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #883286


Comments

No comments written yet.

Please login to write comment.