Color Hex Logo

#88207a Color Hex

#88207A
(136,32,122)
0 Favorites   0 Comments

Color spaces of #88207a

RGB 13632122
HSL0.860.620.33
HSV308°76°53°
CMYK 0.000.760.10   0.47
XYZ14.18277.672419.1458
Yxy7.67240.34590.1871
Hunter Lab27.699142.9235-21.5923
CIE-Lab33.291152.7404-27.0626

#88207a color RGB value is (136,32,122).

#88207a hex color red value is 136, green value is 32 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #88207a hue: 0.86 , saturation: 0.62 and the lightness value of 88207a is 0.33.

The process color (four color CMYK) of #88207a color hex is 0.00, 0.76, 0.10, 0.47. Web safe color of #88207a is #993366. Color #88207a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100000 01111010
Octal 210 40 172
Decimal 136 32 122
Hex 88 20 7A

RGB Percentages of Color #88207a

%46.90
%11.03
%42.07

CMYK Percentages of Color #88207a

%0
%76
%10
%47

Triadic Colors of #88207a

#88207a #7a8820 #207a88

Analogous Colors of #88207a

#88207a #882046 #622088

Monochromatic Colors of #88207a

#88207a

Complementary Color

#88207a #20882e

#88207a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88207a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88207a Color CSS Codes

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

#88207a Text Font Color

<p style="color:#88207a">Text here</p>

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


#88207a Background Color

<div style="background-color:#88207a">
Div content here</div>

This div background color is #88207a


#88207a Border Color

<div style="border:3px solid #88207a">
Div here</div>

This div border color is #88207a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,32,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88207a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88207a;
  -webkit-box-shadow: 1px 1px 3px 2px #88207a;
  box-shadow:         1px 1px 3px 2px #88207a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88207a


Comments

No comments written yet.

Please login to write comment.