Color Hex Logo

#88064e Color Hex

#88064E
(136,6,78)
0 Favorites   0 Comments

Color spaces of #88064e

RGB 136678
HSL0.910.920.28
HSV327°96°53°
CMYK 0.000.960.43   0.47
XYZ11.59365.91457.7383
Yxy5.91450.45920.2343
Hunter Lab24.319742.5342-1.8417
CIE-Lab29.195753.1594-4.9199

#88064e color RGB value is (136,6,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000110 01001110
Octal 210 6 116
Decimal 136 6 78
Hex 88 6 4E

RGB Percentages of Color #88064e

%61.82
%2.73
%35.45

CMYK Percentages of Color #88064e

%0
%96
%43
%47

Triadic Colors of #88064e

#88064e #4e8806 #064e88

Analogous Colors of #88064e

#88064e #88060d #810688

Monochromatic Colors of #88064e

#88064e

Complementary Color

#88064e #068840

#88064e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88064e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88064e Color CSS Codes

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

#88064e Text Font Color

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

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


#88064e Background Color

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

This div background color is #88064e


#88064e Border Color

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

This div border color is #88064e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,6,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 #88064e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88064e


Comments

No comments written yet.

Please login to write comment.