Color Hex Logo

#88288a Color Hex

#88288A
(136,40,138)
0 Favorites   0 Comments

Color spaces of #88288a

RGB 13640138
HSL0.830.550.35
HSV299°71°54°
CMYK 0.010.710.00   0.46
XYZ15.49968.586824.8853
Yxy8.58680.31650.1753
Hunter Lab29.303243.1348-29.8388
CIE-Lab35.176252.5813-34.0457

#88288a color RGB value is (136,40,138).

#88288a hex color red value is 136, green value is 40 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #88288a hue: 0.83 , saturation: 0.55 and the lightness value of 88288a is 0.35.

The process color (four color CMYK) of #88288a color hex is 0.01, 0.71, 0.00, 0.46. Web safe color of #88288a is #993399. Color #88288a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101000 10001010
Octal 210 50 212
Decimal 136 40 138
Hex 88 28 8A

RGB Percentages of Color #88288a

%43.31
%12.74
%43.95

CMYK Percentages of Color #88288a

%1
%71
%0
%46

Triadic Colors of #88288a

#88288a #8a8828 #288a88

Analogous Colors of #88288a

#88288a #8a285b #57288a

Monochromatic Colors of #88288a

#88288a

Complementary Color

#88288a #2a8a28

#88288a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88288a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88288a Color CSS Codes

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

#88288a Text Font Color

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

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


#88288a Background Color

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

This div background color is #88288a


#88288a Border Color

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

This div border color is #88288a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88288a


Comments

No comments written yet.

Please login to write comment.