Color Hex Logo

#88165f Color Hex

#88165F
(136,22,95)
0 Favorites   0 Comments

Color spaces of #88165f

RGB 1362295
HSL0.890.720.31
HSV322°84°53°
CMYK 0.000.840.30   0.47
XYZ12.50586.634311.4479
Yxy6.63430.40880.2169
Hunter Lab25.757141.5917-8.3218
CIE-Lab30.959551.8972-13.4311

#88165f color RGB value is (136,22,95).

#88165f hex color red value is 136, green value is 22 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #88165f hue: 0.89 , saturation: 0.72 and the lightness value of 88165f is 0.31.

The process color (four color CMYK) of #88165f color hex is 0.00, 0.84, 0.30, 0.47. Web safe color of #88165f is #990066. Color #88165f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010110 01011111
Octal 210 26 137
Decimal 136 22 95
Hex 88 16 5F

RGB Percentages of Color #88165f

%53.75
%8.70
%37.55

CMYK Percentages of Color #88165f

%0
%84
%30
%47

Triadic Colors of #88165f

#88165f #5f8816 #165f88

Analogous Colors of #88165f

#88165f #881626 #781688

Monochromatic Colors of #88165f

#88165f

Complementary Color

#88165f #16883f

#88165f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88165f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88165f Color CSS Codes

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

#88165f Text Font Color

<p style="color:#88165f">Text here</p>

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


#88165f Background Color

<div style="background-color:#88165f">
Div content here</div>

This div background color is #88165f


#88165f Border Color

<div style="border:3px solid #88165f">
Div here</div>

This div border color is #88165f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,22,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88165f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88165f;
  -webkit-box-shadow: 1px 1px 3px 2px #88165f;
  box-shadow:         1px 1px 3px 2px #88165f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88165f


Comments

No comments written yet.

Please login to write comment.