Color Hex Logo

#88074c Color Hex

#88074C
(136,7,76)
0 Favorites   0 Comments

Color spaces of #88074c

RGB 136776
HSL0.910.900.28
HSV328°95°53°
CMYK 0.000.950.44   0.47
XYZ11.53385.90807.3699
Yxy5.90800.46490.2381
Hunter Lab24.306442.1652-0.9628
CIE-Lab29.179252.8037-3.6123

#88074c color RGB value is (136,7,76).

#88074c hex color red value is 136, green value is 7 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #88074c hue: 0.91 , saturation: 0.90 and the lightness value of 88074c is 0.28.

The process color (four color CMYK) of #88074c color hex is 0.00, 0.95, 0.44, 0.47. Web safe color of #88074c is #990033. Color #88074c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000111 01001100
Octal 210 7 114
Decimal 136 7 76
Hex 88 7 4C

RGB Percentages of Color #88074c

%62.10
%3.20
%34.70

CMYK Percentages of Color #88074c

%0
%95
%44
%47

Triadic Colors of #88074c

#88074c #4c8807 #074c88

Analogous Colors of #88074c

#88074c #88070c #840788

Monochromatic Colors of #88074c

#88074c

Complementary Color

#88074c #078843

#88074c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88074c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88074c Color CSS Codes

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

#88074c Text Font Color

<p style="color:#88074c">Text here</p>

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


#88074c Background Color

<div style="background-color:#88074c">
Div content here</div>

This div background color is #88074c


#88074c Border Color

<div style="border:3px solid #88074c">
Div here</div>

This div border color is #88074c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,7,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88074c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88074c;
  -webkit-box-shadow: 1px 1px 3px 2px #88074c;
  box-shadow:         1px 1px 3px 2px #88074c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88074c


Comments

No comments written yet.

Please login to write comment.