Color Hex Logo

#88424c Color Hex

#88424C
(136,66,76)
0 Favorites   0 Comments

Color spaces of #88424c

RGB 1366676
HSL0.980.350.40
HSV351°51°53°
CMYK 0.000.510.44   0.47
XYZ13.40619.65257.9940
Yxy9.65250.43170.3108
Hunter Lab31.068522.65326.4925
CIE-Lab37.211430.91097.9977

#88424c color RGB value is (136,66,76).

#88424c hex color red value is 136, green value is 66 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #88424c hue: 0.98 , saturation: 0.35 and the lightness value of 88424c is 0.40.

The process color (four color CMYK) of #88424c color hex is 0.00, 0.51, 0.44, 0.47. Web safe color of #88424c is #993333. Color #88424c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000010 01001100
Octal 210 102 114
Decimal 136 66 76
Hex 88 42 4C

RGB Percentages of Color #88424c

%48.92
%23.74
%27.34

CMYK Percentages of Color #88424c

%0
%51
%44
%47

Triadic Colors of #88424c

#88424c #4c8842 #424c88

Analogous Colors of #88424c

#88424c #885b42 #88426f

Monochromatic Colors of #88424c

#88424c

Complementary Color

#88424c #42887e

#88424c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88424c Color Preview on White Background

Lorem ipsum dolor sit amet.

#88424c Color CSS Codes

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

#88424c Text Font Color

<p style="color:#88424c">Text here</p>

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


#88424c Background Color

<div style="background-color:#88424c">
Div content here</div>

This div background color is #88424c


#88424c Border Color

<div style="border:3px solid #88424c">
Div here</div>

This div border color is #88424c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,66,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88424c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88424c;
  -webkit-box-shadow: 1px 1px 3px 2px #88424c;
  box-shadow:         1px 1px 3px 2px #88424c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88424c


Comments

No comments written yet.

Please login to write comment.