Color Hex Logo

#88067e Color Hex

#88067E
(136,6,126)
0 Favorites   0 Comments

Color spaces of #88067e

RGB 1366126
HSL0.850.920.28
HSV305°96°53°
CMYK 0.000.960.07   0.47
XYZ13.98446.870820.3278
Yxy6.87080.33960.1668
Hunter Lab26.212249.3596-27.6314
CIE-Lab31.511059.1716-32.3917

#88067e color RGB value is (136,6,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000110 01111110
Octal 210 6 176
Decimal 136 6 126
Hex 88 6 7E

RGB Percentages of Color #88067e

%50.75
%2.24
%47.01

CMYK Percentages of Color #88067e

%0
%96
%7
%47

Triadic Colors of #88067e

#88067e #7e8806 #067e88

Analogous Colors of #88067e

#88067e #88063d #510688

Monochromatic Colors of #88067e

#88067e

Complementary Color

#88067e #068810

#88067e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88067e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88067e Color CSS Codes

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

#88067e Text Font Color

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

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


#88067e Background Color

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

This div background color is #88067e


#88067e Border Color

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

This div border color is #88067e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88067e


Comments

No comments written yet.

Please login to write comment.