Color Hex Logo

#882273 Color Hex

#882273
(136,34,115)
0 Favorites   0 Comments

Color spaces of #882273

RGB 13634115
HSL0.870.600.33
HSV312°75°53°
CMYK 0.000.750.15   0.47
XYZ13.81997.616116.9613
Yxy7.61610.35990.1983
Hunter Lab27.597341.0923-17.1216
CIE-Lab33.170250.9805-22.8363

#882273 color RGB value is (136,34,115).

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

The process color (four color CMYK) of #882273 color hex is 0.00, 0.75, 0.15, 0.47. Web safe color of #882273 is #993366. Color #882273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100010 01110011
Octal 210 42 163
Decimal 136 34 115
Hex 88 22 73

RGB Percentages of Color #882273

%47.72
%11.93
%40.35

CMYK Percentages of Color #882273

%0
%75
%15
%47

Triadic Colors of #882273

#882273 #738822 #227388

Analogous Colors of #882273

#882273 #882240 #6a2288

Monochromatic Colors of #882273

#882273

Complementary Color

#882273 #228837

#882273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882273 Color CSS Codes

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

#882273 Text Font Color

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

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


#882273 Background Color

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

This div background color is #882273


#882273 Border Color

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

This div border color is #882273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882273


Comments

No comments written yet.

Please login to write comment.