Color Hex Logo

#88294f Color Hex

#88294F
(136,41,79)
0 Favorites   0 Comments

Color spaces of #88294f

RGB 1364179
HSL0.930.540.35
HSV336°70°53°
CMYK 0.000.700.42   0.47
XYZ12.35767.38468.1712
Yxy7.38460.44270.2646
Hunter Lab27.174633.61691.1942
CIE-Lab32.666943.5289-0.4519

#88294f color RGB value is (136,41,79).

#88294f hex color red value is 136, green value is 41 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #88294f hue: 0.93 , saturation: 0.54 and the lightness value of 88294f is 0.35.

The process color (four color CMYK) of #88294f color hex is 0.00, 0.70, 0.42, 0.47. Web safe color of #88294f is #993366. Color #88294f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101001 01001111
Octal 210 51 117
Decimal 136 41 79
Hex 88 29 4F

RGB Percentages of Color #88294f

%53.13
%16.02
%30.86

CMYK Percentages of Color #88294f

%0
%70
%42
%47

Triadic Colors of #88294f

#88294f #4f8829 #294f88

Analogous Colors of #88294f

#88294f #883329 #88297f

Monochromatic Colors of #88294f

#88294f

Complementary Color

#88294f #298862

#88294f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88294f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88294f Color CSS Codes

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

#88294f Text Font Color

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

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


#88294f Background Color

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

This div background color is #88294f


#88294f Border Color

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

This div border color is #88294f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88294f


Comments

No comments written yet.

Please login to write comment.