Color Hex Logo

#882362 Color Hex

#882362
(136,35,98)
0 Favorites   0 Comments

Color spaces of #882362

RGB 1363598
HSL0.900.590.34
HSV323°74°53°
CMYK 0.000.740.28   0.47
XYZ12.95907.318112.2848
Yxy7.31810.39800.2247
Hunter Lab27.052038.1678-7.9883
CIE-Lab32.520448.2047-12.9862

#882362 color RGB value is (136,35,98).

#882362 hex color red value is 136, green value is 35 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #882362 hue: 0.90 , saturation: 0.59 and the lightness value of 882362 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100011 01100010
Octal 210 43 142
Decimal 136 35 98
Hex 88 23 62

RGB Percentages of Color #882362

%50.56
%13.01
%36.43

CMYK Percentages of Color #882362

%0
%74
%28
%47

Triadic Colors of #882362

#882362 #628823 #236288

Analogous Colors of #882362

#882362 #882330 #7c2388

Monochromatic Colors of #882362

#882362

Complementary Color

#882362 #238849

#882362 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882362 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882362 Color CSS Codes

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

#882362 Text Font Color

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

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


#882362 Background Color

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

This div background color is #882362


#882362 Border Color

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

This div border color is #882362


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882362


Comments

No comments written yet.

Please login to write comment.