Color Hex Logo

#885052 Color Hex

#885052
(136,80,82)
0 Favorites   0 Comments

Color spaces of #885052

RGB 1368082
HSL0.990.260.42
HSV358°41°53°
CMYK 0.000.410.40   0.47
XYZ14.545011.58089.4513
Yxy11.58080.40880.3255
Hunter Lab34.030616.73917.3548
CIE-Lab40.542023.72598.9323

#885052 color RGB value is (136,80,82).

#885052 hex color red value is 136, green value is 80 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #885052 hue: 0.99 , saturation: 0.26 and the lightness value of 885052 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01010000 01010010
Octal 210 120 122
Decimal 136 80 82
Hex 88 50 52

RGB Percentages of Color #885052

%45.64
%26.85
%27.52

CMYK Percentages of Color #885052

%0
%41
%40
%47

Triadic Colors of #885052

#885052 #528850 #505288

Analogous Colors of #885052

#885052 #886a50 #88506e

Monochromatic Colors of #885052

#885052

Complementary Color

#885052 #508886

#885052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#885052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#885052 Color CSS Codes

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

#885052 Text Font Color

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

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


#885052 Background Color

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

This div background color is #885052


#885052 Border Color

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

This div border color is #885052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #885052


Comments

No comments written yet.

Please login to write comment.