Color Hex Logo

#882181 Color Hex

#882181
(136,33,129)
0 Favorites   0 Comments

Color spaces of #882181

RGB 13633129
HSL0.840.610.33
HSV304°76°53°
CMYK 0.000.760.05   0.47
XYZ14.65967.906921.5224
Yxy7.90690.33250.1793
Hunter Lab28.119243.8501-25.6970
CIE-Lab33.788253.5374-30.6620

#882181 color RGB value is (136,33,129).

#882181 hex color red value is 136, green value is 33 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #882181 hue: 0.84 , saturation: 0.61 and the lightness value of 882181 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100001 10000001
Octal 210 41 201
Decimal 136 33 129
Hex 88 21 81

RGB Percentages of Color #882181

%45.64
%11.07
%43.29

CMYK Percentages of Color #882181

%0
%76
%5
%47

Triadic Colors of #882181

#882181 #818821 #218188

Analogous Colors of #882181

#882181 #88214d #5c2188

Monochromatic Colors of #882181

#882181

Complementary Color

#882181 #218828

#882181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882181 Color CSS Codes

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

#882181 Text Font Color

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

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


#882181 Background Color

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

This div background color is #882181


#882181 Border Color

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

This div border color is #882181


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882181


Comments

No comments written yet.

Please login to write comment.