Color Hex Logo

#882761 Color Hex

#882761
(136,39,97)
0 Favorites   0 Comments

Color spaces of #882761

RGB 1363997
HSL0.900.550.34
HSV324°71°53°
CMYK 0.000.710.29   0.47
XYZ13.03657.548312.0791
Yxy7.54830.39910.2311
Hunter Lab27.474236.6185-6.8351
CIE-Lab33.023946.5463-11.5756

#882761 color RGB value is (136,39,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100111 01100001
Octal 210 47 141
Decimal 136 39 97
Hex 88 27 61

RGB Percentages of Color #882761

%50.00
%14.34
%35.66

CMYK Percentages of Color #882761

%0
%71
%29
%47

Triadic Colors of #882761

#882761 #618827 #276188

Analogous Colors of #882761

#882761 #882731 #7f2788

Monochromatic Colors of #882761

#882761

Complementary Color

#882761 #27884e

#882761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882761 Color CSS Codes

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

#882761 Text Font Color

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

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


#882761 Background Color

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

This div background color is #882761


#882761 Border Color

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

This div border color is #882761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882761


Comments

No comments written yet.

Please login to write comment.