Color Hex Logo

#88416d Color Hex

#88416D
(136,65,109)
0 Favorites   0 Comments

Color spaces of #88416d

RGB 13665109
HSL0.900.350.39
HSV323°52°53°
CMYK 0.000.520.20   0.47
XYZ14.804010.119015.6409
Yxy10.11900.36500.2495
Hunter Lab31.810427.4027-6.8851
CIE-Lab38.055236.0230-11.5458

#88416d color RGB value is (136,65,109).

#88416d hex color red value is 136, green value is 65 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #88416d hue: 0.90 , saturation: 0.35 and the lightness value of 88416d is 0.39.

The process color (four color CMYK) of #88416d color hex is 0.00, 0.52, 0.20, 0.47. Web safe color of #88416d is #993366. Color #88416d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000001 01101101
Octal 210 101 155
Decimal 136 65 109
Hex 88 41 6D

RGB Percentages of Color #88416d

%43.87
%20.97
%35.16

CMYK Percentages of Color #88416d

%0
%52
%20
%47

Triadic Colors of #88416d

#88416d #6d8841 #416d88

Analogous Colors of #88416d

#88416d #88414a #804188

Monochromatic Colors of #88416d

#88416d

Complementary Color

#88416d #41885c

#88416d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88416d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88416d Color CSS Codes

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

#88416d Text Font Color

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

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


#88416d Background Color

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

This div background color is #88416d


#88416d Border Color

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

This div border color is #88416d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88416d


Comments

No comments written yet.

Please login to write comment.