Color Hex Logo

#88485f Color Hex

#88485F
(136,72,95)
0 Favorites   0 Comments

Color spaces of #88485f

RGB 1367295
HSL0.940.310.41
HSV338°47°53°
CMYK 0.000.470.30   0.47
XYZ14.536310.695212.1247
Yxy10.69520.38910.2863
Hunter Lab32.703522.10980.9109
CIE-Lab39.062330.0505-1.2854

#88485f color RGB value is (136,72,95).

#88485f hex color red value is 136, green value is 72 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #88485f hue: 0.94 , saturation: 0.31 and the lightness value of 88485f is 0.41.

The process color (four color CMYK) of #88485f color hex is 0.00, 0.47, 0.30, 0.47. Web safe color of #88485f is #993366. Color #88485f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001000 01011111
Octal 210 110 137
Decimal 136 72 95
Hex 88 48 5F

RGB Percentages of Color #88485f

%44.88
%23.76
%31.35

CMYK Percentages of Color #88485f

%0
%47
%30
%47

Triadic Colors of #88485f

#88485f #5f8848 #485f88

Analogous Colors of #88485f

#88485f #885148 #88487f

Monochromatic Colors of #88485f

#88485f

Complementary Color

#88485f #488871

#88485f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88485f Color Preview on White Background

Lorem ipsum dolor sit amet.

#88485f Color CSS Codes

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

#88485f Text Font Color

<p style="color:#88485f">Text here</p>

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


#88485f Background Color

<div style="background-color:#88485f">
Div content here</div>

This div background color is #88485f


#88485f Border Color

<div style="border:3px solid #88485f">
Div here</div>

This div border color is #88485f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,72,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #88485f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #88485f;
  -webkit-box-shadow: 1px 1px 3px 2px #88485f;
  box-shadow:         1px 1px 3px 2px #88485f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88485f


Comments

No comments written yet.

Please login to write comment.