Color Hex Logo

#88225e Color Hex

#88225E
(136,34,94)
0 Favorites   0 Comments

Color spaces of #88225e

RGB 1363494
HSL0.900.600.33
HSV325°75°53°
CMYK 0.000.750.31   0.47
XYZ12.74587.186411.3050
Yxy7.18640.40800.2301
Hunter Lab26.807537.9560-6.2380
CIE-Lab32.227548.0478-10.8503

#88225e color RGB value is (136,34,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100010 01011110
Octal 210 42 136
Decimal 136 34 94
Hex 88 22 5E

RGB Percentages of Color #88225e

%51.52
%12.88
%35.61

CMYK Percentages of Color #88225e

%0
%75
%31
%47

Triadic Colors of #88225e

#88225e #5e8822 #225e88

Analogous Colors of #88225e

#88225e #88222b #7f2288

Monochromatic Colors of #88225e

#88225e

Complementary Color

#88225e #22884c

#88225e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88225e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88225e Color CSS Codes

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

#88225e Text Font Color

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

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


#88225e Background Color

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

This div background color is #88225e


#88225e Border Color

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

This div border color is #88225e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88225e


Comments

No comments written yet.

Please login to write comment.