Color Hex Logo

#88086b Color Hex

#88086B
(136,8,107)
0 Favorites   0 Comments

Color spaces of #88086b

RGB 1368107
HSL0.870.890.28
HSV314°94°53°
CMYK 0.000.940.21   0.47
XYZ12.89406.469414.4791
Yxy6.46940.38100.1912
Hunter Lab25.435045.9773-15.9468
CIE-Lab30.567156.1929-21.7958

#88086b color RGB value is (136,8,107).

#88086b hex color red value is 136, green value is 8 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #88086b hue: 0.87 , saturation: 0.89 and the lightness value of 88086b is 0.28.

The process color (four color CMYK) of #88086b color hex is 0.00, 0.94, 0.21, 0.47. Web safe color of #88086b is #990066. Color #88086b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001000 01101011
Octal 210 10 153
Decimal 136 8 107
Hex 88 8 6B

RGB Percentages of Color #88086b

%54.18
%3.19
%42.63

CMYK Percentages of Color #88086b

%0
%94
%21
%47

Triadic Colors of #88086b

#88086b #6b8808 #086b88

Analogous Colors of #88086b

#88086b #88082b #650888

Monochromatic Colors of #88086b

#88086b

Complementary Color

#88086b #088825

#88086b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88086b Color Preview on White Background

Lorem ipsum dolor sit amet.

#88086b Color CSS Codes

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

#88086b Text Font Color

<p style="color:#88086b">Text here</p>

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


#88086b Background Color

<div style="background-color:#88086b">
Div content here</div>

This div background color is #88086b


#88086b Border Color

<div style="border:3px solid #88086b">
Div here</div>

This div border color is #88086b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,8,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88086b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88086b;
  -webkit-box-shadow: 1px 1px 3px 2px #88086b;
  box-shadow:         1px 1px 3px 2px #88086b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88086b


Comments

No comments written yet.

Please login to write comment.