Color Hex Logo

#882646 Color Hex

#882646
(136,38,70)
0 Favorites   0 Comments

Color spaces of #882646

RGB 1363870
HSL0.950.560.34
HSV340°72°53°
CMYK 0.000.720.49   0.47
XYZ11.95197.06276.5276
Yxy7.06270.46790.2765
Hunter Lab26.575733.76924.0401
CIE-Lab31.949243.81954.3952

#882646 color RGB value is (136,38,70).

#882646 hex color red value is 136, green value is 38 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #882646 hue: 0.95 , saturation: 0.56 and the lightness value of 882646 is 0.34.

The process color (four color CMYK) of #882646 color hex is 0.00, 0.72, 0.49, 0.47. Web safe color of #882646 is #993333. Color #882646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100110 01000110
Octal 210 46 106
Decimal 136 38 70
Hex 88 26 46

RGB Percentages of Color #882646

%55.74
%15.57
%28.69

CMYK Percentages of Color #882646

%0
%72
%49
%47

Triadic Colors of #882646

#882646 #468826 #264688

Analogous Colors of #882646

#882646 #883726 #882677

Monochromatic Colors of #882646

#882646

Complementary Color

#882646 #268868

#882646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882646 Color CSS Codes

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

#882646 Text Font Color

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

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


#882646 Background Color

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

This div background color is #882646


#882646 Border Color

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

This div border color is #882646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882646


Comments

No comments written yet.

Please login to write comment.