Color Hex Logo

#88094d Color Hex

#88094D
(136,9,77)
0 Favorites   0 Comments

Color spaces of #88094d

RGB 136977
HSL0.910.880.28
HSV328°93°53°
CMYK 0.000.930.43   0.47
XYZ11.59065.96547.5617
Yxy5.96540.46150.2375
Hunter Lab24.424241.9657-1.2592
CIE-Lab29.325052.5808-4.0619

#88094d color RGB value is (136,9,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001001 01001101
Octal 210 11 115
Decimal 136 9 77
Hex 88 9 4D

RGB Percentages of Color #88094d

%61.26
%4.05
%34.68

CMYK Percentages of Color #88094d

%0
%93
%43
%47

Triadic Colors of #88094d

#88094d #4d8809 #094d88

Analogous Colors of #88094d

#88094d #88090e #840988

Monochromatic Colors of #88094d

#88094d

Complementary Color

#88094d #098844

#88094d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88094d Color Preview on White Background

Lorem ipsum dolor sit amet.

#88094d Color CSS Codes

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

#88094d Text Font Color

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

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


#88094d Background Color

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

This div background color is #88094d


#88094d Border Color

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

This div border color is #88094d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88094d


Comments

No comments written yet.

Please login to write comment.