Color Hex Logo

#88444a Color Hex

#88444A
(136,68,74)
0 Favorites   0 Comments

Color spaces of #88444a

RGB 1366874
HSL0.990.330.40
HSV355°50°53°
CMYK 0.000.500.46   0.47
XYZ13.45659.86297.6731
Yxy9.86290.43420.3182
Hunter Lab31.405321.52447.4976
CIE-Lab37.595229.58219.7954

#88444a color RGB value is (136,68,74).

#88444a hex color red value is 136, green value is 68 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #88444a hue: 0.99 , saturation: 0.33 and the lightness value of 88444a is 0.40.

The process color (four color CMYK) of #88444a color hex is 0.00, 0.50, 0.46, 0.47. Web safe color of #88444a is #993333. Color #88444a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000100 01001010
Octal 210 104 112
Decimal 136 68 74
Hex 88 44 4A

RGB Percentages of Color #88444a

%48.92
%24.46
%26.62

CMYK Percentages of Color #88444a

%0
%50
%46
%47

Triadic Colors of #88444a

#88444a #4a8844 #444a88

Analogous Colors of #88444a

#88444a #886044 #88446c

Monochromatic Colors of #88444a

#88444a

Complementary Color

#88444a #448882

#88444a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88444a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88444a Color CSS Codes

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

#88444a Text Font Color

<p style="color:#88444a">Text here</p>

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


#88444a Background Color

<div style="background-color:#88444a">
Div content here</div>

This div background color is #88444a


#88444a Border Color

<div style="border:3px solid #88444a">
Div here</div>

This div border color is #88444a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,68,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88444a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88444a;
  -webkit-box-shadow: 1px 1px 3px 2px #88444a;
  box-shadow:         1px 1px 3px 2px #88444a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88444a


Comments

No comments written yet.

Please login to write comment.