Color Hex Logo

#880639 Color Hex

#880639
(136,6,57)
0 Favorites   0 Comments

Color spaces of #880639

RGB 136657
HSL0.930.920.28
HSV336°96°53°
CMYK 0.000.960.58   0.47
XYZ10.95705.65994.3859
Yxy5.65990.52170.2695
Hunter Lab23.790540.57675.7230
CIE-Lab28.537751.37158.2304

#880639 color RGB value is (136,6,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00000110 00111001
Octal 210 6 71
Decimal 136 6 57
Hex 88 6 39

RGB Percentages of Color #880639

%68.34
%3.02
%28.64

CMYK Percentages of Color #880639

%0
%96
%58
%47

Triadic Colors of #880639

#880639 #398806 #063988

Analogous Colors of #880639

#880639 #881406 #88067a

Monochromatic Colors of #880639

#880639

Complementary Color

#880639 #068855

#880639 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880639 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880639 Color CSS Codes

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

#880639 Text Font Color

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

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


#880639 Background Color

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

This div background color is #880639


#880639 Border Color

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

This div border color is #880639


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880639


Comments

No comments written yet.

Please login to write comment.