Color Hex Logo

#88504a Color Hex

#88504A
(136,80,74)
0 Favorites   0 Comments

Color spaces of #88504a

RGB 1368074
HSL0.020.300.41
HSV46°53°
CMYK 0.000.410.46   0.47
XYZ14.258011.46607.9402
Yxy11.46600.42350.3406
Hunter Lab33.861515.90319.8001
CIE-Lab40.354522.763213.6051

#88504a color RGB value is (136,80,74).

#88504a hex color red value is 136, green value is 80 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #88504a hue: 0.02 , saturation: 0.30 and the lightness value of 88504a is 0.41.

The process color (four color CMYK) of #88504a color hex is 0.00, 0.41, 0.46, 0.47. Web safe color of #88504a is #996633. Color #88504a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010000 01001010
Octal 210 120 112
Decimal 136 80 74
Hex 88 50 4A

RGB Percentages of Color #88504a

%46.90
%27.59
%25.52

CMYK Percentages of Color #88504a

%0
%41
%46
%47

Triadic Colors of #88504a

#88504a #4a8850 #504a88

Analogous Colors of #88504a

#88504a #886f4a #884a63

Monochromatic Colors of #88504a

#88504a

Complementary Color

#88504a #4a8288

#88504a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88504a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88504a Color CSS Codes

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

#88504a Text Font Color

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

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


#88504a Background Color

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

This div background color is #88504a


#88504a Border Color

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

This div border color is #88504a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,80,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 #88504a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88504a


Comments

No comments written yet.

Please login to write comment.