Color Hex Logo

#88097d Color Hex

#88097D
(136,9,125)
0 Favorites   0 Comments

Color spaces of #88097d

RGB 1369125
HSL0.850.880.28
HSV305°93°53°
CMYK 0.000.930.08   0.47
XYZ13.95276.910320.0005
Yxy6.91030.34140.1691
Hunter Lab26.287448.7402-26.7089
CIE-Lab31.601858.5803-31.6182

#88097d color RGB value is (136,9,125).

#88097d hex color red value is 136, green value is 9 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #88097d hue: 0.85 , saturation: 0.88 and the lightness value of 88097d is 0.28.

The process color (four color CMYK) of #88097d color hex is 0.00, 0.93, 0.08, 0.47. Web safe color of #88097d is #990066. Color #88097d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001001 01111101
Octal 210 11 175
Decimal 136 9 125
Hex 88 9 7D

RGB Percentages of Color #88097d

%50.37
%3.33
%46.30

CMYK Percentages of Color #88097d

%0
%93
%8
%47

Triadic Colors of #88097d

#88097d #7d8809 #097d88

Analogous Colors of #88097d

#88097d #88093e #540988

Monochromatic Colors of #88097d

#88097d

Complementary Color

#88097d #098814

#88097d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88097d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88097d Color CSS Codes

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

#88097d Text Font Color

<p style="color:#88097d">Text here</p>

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


#88097d Background Color

<div style="background-color:#88097d">
Div content here</div>

This div background color is #88097d


#88097d Border Color

<div style="border:3px solid #88097d">
Div here</div>

This div border color is #88097d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,9,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88097d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88097d;
  -webkit-box-shadow: 1px 1px 3px 2px #88097d;
  box-shadow:         1px 1px 3px 2px #88097d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88097d


Comments

No comments written yet.

Please login to write comment.