Color Hex Logo

#88216f Color Hex

#88216F
(136,33,111)
0 Favorites   0 Comments

Color spaces of #88216f

RGB 13633111
HSL0.870.610.33
HSV315°76°53°
CMYK 0.000.760.18   0.47
XYZ13.56647.469715.7657
Yxy7.46970.36860.2030
Hunter Lab27.330840.7748-15.0698
CIE-Lab32.853150.7298-20.7927

#88216f color RGB value is (136,33,111).

#88216f hex color red value is 136, green value is 33 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #88216f hue: 0.87 , saturation: 0.61 and the lightness value of 88216f is 0.33.

The process color (four color CMYK) of #88216f color hex is 0.00, 0.76, 0.18, 0.47. Web safe color of #88216f is #993366. Color #88216f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100001 01101111
Octal 210 41 157
Decimal 136 33 111
Hex 88 21 6F

RGB Percentages of Color #88216f

%48.57
%11.79
%39.64

CMYK Percentages of Color #88216f

%0
%76
%18
%47

Triadic Colors of #88216f

#88216f #6f8821 #216f88

Analogous Colors of #88216f

#88216f #88213b #6e2188

Monochromatic Colors of #88216f

#88216f

Complementary Color

#88216f #21883a

#88216f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88216f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88216f Color CSS Codes

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

#88216f Text Font Color

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

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


#88216f Background Color

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

This div background color is #88216f


#88216f Border Color

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

This div border color is #88216f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,33,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88216f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88216f;
  -webkit-box-shadow: 1px 1px 3px 2px #88216f;
  box-shadow:         1px 1px 3px 2px #88216f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88216f


Comments

No comments written yet.

Please login to write comment.