Color Hex Logo

#882634 Color Hex

#882634
(136,38,52)
0 Favorites   0 Comments

Color spaces of #882634

RGB 1363852
HSL0.980.560.34
HSV351°72°53°
CMYK 0.000.720.62   0.47
XYZ11.46636.86843.9702
Yxy6.86840.51410.3079
Hunter Lab26.207632.23359.3635
CIE-Lab31.505442.292915.5855

#882634 color RGB value is (136,38,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00100110 00110100
Octal 210 46 64
Decimal 136 38 52
Hex 88 26 34

RGB Percentages of Color #882634

%60.18
%16.81
%23.01

CMYK Percentages of Color #882634

%0
%72
%62
%47

Triadic Colors of #882634

#882634 #348826 #263488

Analogous Colors of #882634

#882634 #884926 #882665

Monochromatic Colors of #882634

#882634

Complementary Color

#882634 #26887a

#882634 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#882634 Color Preview on White Background

Lorem ipsum dolor sit amet.

#882634 Color CSS Codes

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

#882634 Text Font Color

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

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


#882634 Background Color

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

This div background color is #882634


#882634 Border Color

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

This div border color is #882634


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #882634


Comments

No comments written yet.

Please login to write comment.