Color Hex Logo

#88614a Color Hex

#88614A
(136,97,74)
0 Favorites   0 Comments

Color spaces of #88614a

RGB 1369774
HSL0.060.300.41
HSV22°46°53°
CMYK 0.000.290.46   0.47
XYZ15.664114.27808.4089
Yxy14.27800.40840.3723
Hunter Lab37.78627.870413.2561
CIE-Lab44.629012.799619.3622

#88614a color RGB value is (136,97,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100001 01001010
Octal 210 141 112
Decimal 136 97 74
Hex 88 61 4A

RGB Percentages of Color #88614a

%44.30
%31.60
%24.10

CMYK Percentages of Color #88614a

%0
%29
%46
%47

Triadic Colors of #88614a

#88614a #4a8861 #614a88

Analogous Colors of #88614a

#88614a #88804a #884a52

Monochromatic Colors of #88614a

#88614a

Complementary Color

#88614a #4a7188

#88614a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88614a Color Preview on White Background

Lorem ipsum dolor sit amet.

#88614a Color CSS Codes

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

#88614a Text Font Color

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

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


#88614a Background Color

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

This div background color is #88614a


#88614a Border Color

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

This div border color is #88614a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88614a


Comments

No comments written yet.

Please login to write comment.