Color Hex Logo

#88618d Color Hex

#88618D
(136,97,141)
0 Favorites   0 Comments

Color spaces of #88618d

RGB 13697141
HSL0.810.180.47
HSV293°31°55°
CMYK 0.040.310.00   0.45
XYZ19.235815.706727.2172
Yxy15.70670.30950.2527
Hunter Lab39.631717.2821-12.9754
CIE-Lab46.587323.7851-18.0775

#88618d color RGB value is (136,97,141).

#88618d hex color red value is 136, green value is 97 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #88618d hue: 0.81 , saturation: 0.18 and the lightness value of 88618d is 0.47.

The process color (four color CMYK) of #88618d color hex is 0.04, 0.31, 0.00, 0.45. Web safe color of #88618d is #996699. Color #88618d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100001 10001101
Octal 210 141 215
Decimal 136 97 141
Hex 88 61 8D

RGB Percentages of Color #88618d

%36.36
%25.94
%37.70

CMYK Percentages of Color #88618d

%4
%31
%0
%45

Triadic Colors of #88618d

#88618d #8d8861 #618d88

Analogous Colors of #88618d

#88618d #8d617c #72618d

Monochromatic Colors of #88618d

#88618d

Complementary Color

#88618d #668d61

#88618d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88618d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88618d Color CSS Codes

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

#88618d Text Font Color

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

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


#88618d Background Color

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

This div background color is #88618d


#88618d Border Color

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

This div border color is #88618d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88618d


Comments

No comments written yet.

Please login to write comment.