Color Hex Logo

#882f65 Color Hex

#882F65
(136,47,101)
0 Favorites   0 Comments

Color spaces of #882f65

RGB 13647101
HSL0.900.490.36
HSV324°65°53°
CMYK 0.000.650.26   0.47
XYZ13.51888.206913.1835
Yxy8.20690.38730.2351
Hunter Lab28.647734.1004-7.2315
CIE-Lab34.410143.7127-12.0294

#882f65 color RGB value is (136,47,101).

#882f65 hex color red value is 136, green value is 47 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #882f65 hue: 0.90 , saturation: 0.49 and the lightness value of 882f65 is 0.36.

The process color (four color CMYK) of #882f65 color hex is 0.00, 0.65, 0.26, 0.47. Web safe color of #882f65 is #993366. Color #882f65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00101111 01100101
Octal 210 57 145
Decimal 136 47 101
Hex 88 2F 65

RGB Percentages of Color #882f65

%47.89
%16.55
%35.56

CMYK Percentages of Color #882f65

%0
%65
%26
%47

Triadic Colors of #882f65

#882f65 #65882f #2f6588

Analogous Colors of #882f65

#882f65 #882f39 #7f2f88

Monochromatic Colors of #882f65

#882f65

Complementary Color

#882f65 #2f8852

#882f65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882f65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882f65 Color CSS Codes

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

#882f65 Text Font Color

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

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


#882f65 Background Color

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

This div background color is #882f65


#882f65 Border Color

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

This div border color is #882f65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,47,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #882f65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #882f65;
  -webkit-box-shadow: 1px 1px 3px 2px #882f65;
  box-shadow:         1px 1px 3px 2px #882f65; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882f65


Comments

No comments written yet.

Please login to write comment.