Color Hex Logo

#882293 Color Hex

#882293
(136,34,147)
0 Favorites   0 Comments

Color spaces of #882293

RGB 13634147
HSL0.820.620.35
HSV294°77°58°
CMYK 0.070.770.00   0.42
XYZ15.99188.484928.3986
Yxy8.48490.30240.1605
Hunter Lab29.128947.0214-37.4134
CIE-Lab34.973056.3188-39.8993

#882293 color RGB value is (136,34,147).

#882293 hex color red value is 136, green value is 34 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #882293 hue: 0.82 , saturation: 0.62 and the lightness value of 882293 is 0.35.

The process color (four color CMYK) of #882293 color hex is 0.07, 0.77, 0.00, 0.42. Web safe color of #882293 is #993399. Color #882293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100010 10010011
Octal 210 42 223
Decimal 136 34 147
Hex 88 22 93

RGB Percentages of Color #882293

%42.90
%10.73
%46.37

CMYK Percentages of Color #882293

%7
%77
%0
%42

Triadic Colors of #882293

#882293 #938822 #229388

Analogous Colors of #882293

#882293 #932266 #502293

Monochromatic Colors of #882293

#882293

Complementary Color

#882293 #2d9322

#882293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882293 Color CSS Codes

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

#882293 Text Font Color

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

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


#882293 Background Color

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

This div background color is #882293


#882293 Border Color

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

This div border color is #882293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882293


Comments

No comments written yet.

Please login to write comment.