Color Hex Logo

#88266e Color Hex

#88266E
(136,38,110)
0 Favorites   0 Comments

Color spaces of #88266e

RGB 13638110
HSL0.880.560.34
HSV316°72°53°
CMYK 0.000.720.19   0.47
XYZ13.66097.746315.5270
Yxy7.74630.36990.2097
Hunter Lab27.832238.9071-13.5942
CIE-Lab33.448848.7674-19.2328

#88266e color RGB value is (136,38,110).

#88266e hex color red value is 136, green value is 38 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #88266e hue: 0.88 , saturation: 0.56 and the lightness value of 88266e is 0.34.

The process color (four color CMYK) of #88266e color hex is 0.00, 0.72, 0.19, 0.47. Web safe color of #88266e is #993366. Color #88266e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100110 01101110
Octal 210 46 156
Decimal 136 38 110
Hex 88 26 6E

RGB Percentages of Color #88266e

%47.89
%13.38
%38.73

CMYK Percentages of Color #88266e

%0
%72
%19
%47

Triadic Colors of #88266e

#88266e #6e8826 #266e88

Analogous Colors of #88266e

#88266e #88263d #712688

Monochromatic Colors of #88266e

#88266e

Complementary Color

#88266e #268840

#88266e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88266e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88266e Color CSS Codes

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

#88266e Text Font Color

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

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


#88266e Background Color

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

This div background color is #88266e


#88266e Border Color

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

This div border color is #88266e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88266e


Comments

No comments written yet.

Please login to write comment.