Color Hex Logo

#885251 Color Hex

#885251
(136,82,81)
0 Favorites   0 Comments

Color spaces of #885251

RGB 1368281
HSL0.000.250.43
HSV40°53°
CMYK 0.000.400.40   0.47
XYZ14.655811.86299.3019
Yxy11.86290.40910.3312
Hunter Lab34.442615.67988.0973
CIE-Lab40.997422.440310.1866

#885251 color RGB value is (136,82,81).

#885251 hex color red value is 136, green value is 82 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #885251 hue: 0.00 , saturation: 0.25 and the lightness value of 885251 is 0.43.

The process color (four color CMYK) of #885251 color hex is 0.00, 0.40, 0.40, 0.47. Web safe color of #885251 is #996666. Color #885251 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010010 01010001
Octal 210 122 121
Decimal 136 82 81
Hex 88 52 51

RGB Percentages of Color #885251

%45.48
%27.42
%27.09

CMYK Percentages of Color #885251

%0
%40
%40
%47

Triadic Colors of #885251

#885251 #518852 #525188

Analogous Colors of #885251

#885251 #886e51 #88516c

Monochromatic Colors of #885251

#885251

Complementary Color

#885251 #518788

#885251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885251 Color CSS Codes

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

#885251 Text Font Color

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

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


#885251 Background Color

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

This div background color is #885251


#885251 Border Color

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

This div border color is #885251


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,82,81, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #885251; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #885251;
  -webkit-box-shadow: 1px 1px 3px 2px #885251;
  box-shadow:         1px 1px 3px 2px #885251; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885251


Comments

No comments written yet.

Please login to write comment.