Color Hex Logo

#882061 Color Hex

#882061
(136,32,97)
0 Favorites   0 Comments

Color spaces of #882061

RGB 1363297
HSL0.900.620.33
HSV323°76°53°
CMYK 0.000.760.29   0.47
XYZ12.82757.130312.0095
Yxy7.13030.40130.2230
Hunter Lab26.702639.0189-7.9738
CIE-Lab32.101749.1358-12.9807

#882061 color RGB value is (136,32,97).

#882061 hex color red value is 136, green value is 32 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #882061 hue: 0.90 , saturation: 0.62 and the lightness value of 882061 is 0.33.

The process color (four color CMYK) of #882061 color hex is 0.00, 0.76, 0.29, 0.47. Web safe color of #882061 is #993366. Color #882061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100000 01100001
Octal 210 40 141
Decimal 136 32 97
Hex 88 20 61

RGB Percentages of Color #882061

%51.32
%12.08
%36.60

CMYK Percentages of Color #882061

%0
%76
%29
%47

Triadic Colors of #882061

#882061 #618820 #206188

Analogous Colors of #882061

#882061 #88202d #7b2088

Monochromatic Colors of #882061

#882061

Complementary Color

#882061 #208847

#882061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882061 Color CSS Codes

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

#882061 Text Font Color

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

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


#882061 Background Color

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

This div background color is #882061


#882061 Border Color

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

This div border color is #882061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882061


Comments

No comments written yet.

Please login to write comment.