Color Hex Logo

#882283 Color Hex

#882283
(136,34,131)
0 Favorites   0 Comments

Color spaces of #882283

RGB 13634131
HSL0.840.600.33
HSV303°75°53°
CMYK 0.000.750.04   0.47
XYZ14.82218.017022.2390
Yxy8.01700.32880.1778
Hunter Lab28.314343.8919-26.7483
CIE-Lab34.018353.5330-31.5444

#882283 color RGB value is (136,34,131).

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

The process color (four color CMYK) of #882283 color hex is 0.00, 0.75, 0.04, 0.47. Web safe color of #882283 is #993399. Color #882283 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100010 10000011
Octal 210 42 203
Decimal 136 34 131
Hex 88 22 83

RGB Percentages of Color #882283

%45.18
%11.30
%43.52

CMYK Percentages of Color #882283

%0
%75
%4
%47

Triadic Colors of #882283

#882283 #838822 #228388

Analogous Colors of #882283

#882283 #882250 #5a2288

Monochromatic Colors of #882283

#882283

Complementary Color

#882283 #228827

#882283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882283 Color CSS Codes

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

#882283 Text Font Color

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

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


#882283 Background Color

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

This div background color is #882283


#882283 Border Color

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

This div border color is #882283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882283


Comments

No comments written yet.

Please login to write comment.