Color Hex Logo

#88226d Color Hex

#88226D
(136,34,109)
0 Favorites   0 Comments

Color spaces of #88226d

RGB 13634109
HSL0.880.600.33
HSV316°75°53°
CMYK 0.000.750.20   0.47
XYZ13.48577.482415.2015
Yxy7.48240.37280.2069
Hunter Lab27.354040.1323-13.8016
CIE-Lab32.880850.0914-19.4769

#88226d color RGB value is (136,34,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100010 01101101
Octal 210 42 155
Decimal 136 34 109
Hex 88 22 6D

RGB Percentages of Color #88226d

%48.75
%12.19
%39.07

CMYK Percentages of Color #88226d

%0
%75
%20
%47

Triadic Colors of #88226d

#88226d #6d8822 #226d88

Analogous Colors of #88226d

#88226d #88223a #702288

Monochromatic Colors of #88226d

#88226d

Complementary Color

#88226d #22883d

#88226d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88226d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88226d Color CSS Codes

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

#88226d Text Font Color

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

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


#88226d Background Color

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

This div background color is #88226d


#88226d Border Color

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

This div border color is #88226d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88226d


Comments

No comments written yet.

Please login to write comment.