Color Hex Logo

#88215b Color Hex

#88215B
(136,33,91)
0 Favorites   0 Comments

Color spaces of #88215b

RGB 1363391
HSL0.910.610.33
HSV326°76°53°
CMYK 0.000.760.33   0.47
XYZ12.58557.077310.6003
Yxy7.07730.41590.2339
Hunter Lab26.603237.8896-5.0024
CIE-Lab31.982248.0277-9.2780

#88215b color RGB value is (136,33,91).

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

The process color (four color CMYK) of #88215b color hex is 0.00, 0.76, 0.33, 0.47. Web safe color of #88215b is #993366. Color #88215b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100001 01011011
Octal 210 41 133
Decimal 136 33 91
Hex 88 21 5B

RGB Percentages of Color #88215b

%52.31
%12.69
%35.00

CMYK Percentages of Color #88215b

%0
%76
%33
%47

Triadic Colors of #88215b

#88215b #5b8821 #215b88

Analogous Colors of #88215b

#88215b #882127 #822188

Monochromatic Colors of #88215b

#88215b

Complementary Color

#88215b #21884e

#88215b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88215b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88215b Color CSS Codes

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

#88215b Text Font Color

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

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


#88215b Background Color

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

This div background color is #88215b


#88215b Border Color

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

This div border color is #88215b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88215b


Comments

No comments written yet.

Please login to write comment.