Color Hex Logo

#880632 Color Hex

#880632
(136,6,50)
0 Favorites   0 Comments

Color spaces of #880632

RGB 136650
HSL0.940.920.28
HSV340°96°53°
CMYK 0.000.960.63   0.47
XYZ10.79425.59483.5286
Yxy5.59480.54190.2809
Hunter Lab23.653340.06527.7125
CIE-Lab28.366350.899112.7293

#880632 color RGB value is (136,6,50).

#880632 hex color red value is 136, green value is 6 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #880632 hue: 0.94 , saturation: 0.92 and the lightness value of 880632 is 0.28.

The process color (four color CMYK) of #880632 color hex is 0.00, 0.96, 0.63, 0.47. Web safe color of #880632 is #990033. Color #880632 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000110 00110010
Octal 210 6 62
Decimal 136 6 50
Hex 88 6 32

RGB Percentages of Color #880632

%70.83
%3.13
%26.04

CMYK Percentages of Color #880632

%0
%96
%63
%47

Triadic Colors of #880632

#880632 #328806 #063288

Analogous Colors of #880632

#880632 #881b06 #880673

Monochromatic Colors of #880632

#880632

Complementary Color

#880632 #06885c

#880632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880632 Color CSS Codes

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

#880632 Text Font Color

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

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


#880632 Background Color

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

This div background color is #880632


#880632 Border Color

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

This div border color is #880632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880632


Comments

No comments written yet.

Please login to write comment.