Color Hex Logo

#88074e Color Hex

#88074E
(136,7,78)
0 Favorites   0 Comments

Color spaces of #88074e

RGB 136778
HSL0.910.900.28
HSV327°95°53°
CMYK 0.000.950.43   0.47
XYZ11.60455.93637.7419
Yxy5.93630.45900.2348
Hunter Lab24.364542.3793-1.7844
CIE-Lab29.251252.9981-4.8371

#88074e color RGB value is (136,7,78).

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

The process color (four color CMYK) of #88074e color hex is 0.00, 0.95, 0.43, 0.47. Web safe color of #88074e is #990066. Color #88074e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000111 01001110
Octal 210 7 116
Decimal 136 7 78
Hex 88 7 4E

RGB Percentages of Color #88074e

%61.54
%3.17
%35.29

CMYK Percentages of Color #88074e

%0
%95
%43
%47

Triadic Colors of #88074e

#88074e #4e8807 #074e88

Analogous Colors of #88074e

#88074e #88070e #820788

Monochromatic Colors of #88074e

#88074e

Complementary Color

#88074e #078841

#88074e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88074e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88074e Color CSS Codes

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

#88074e Text Font Color

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

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


#88074e Background Color

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

This div background color is #88074e


#88074e Border Color

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

This div border color is #88074e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88074e


Comments

No comments written yet.

Please login to write comment.