Color Hex Logo

#880955 Color Hex

#880955
(136,9,85)
0 Favorites   0 Comments

Color spaces of #880955

RGB 136985
HSL0.900.880.28
HSV324°93°53°
CMYK 0.000.930.38   0.47
XYZ11.89076.08559.1422
Yxy6.08550.43850.2244
Hunter Lab24.668842.8690-4.7046
CIE-Lab29.627253.4001-8.9102

#880955 color RGB value is (136,9,85).

#880955 hex color red value is 136, green value is 9 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #880955 hue: 0.90 , saturation: 0.88 and the lightness value of 880955 is 0.28.

The process color (four color CMYK) of #880955 color hex is 0.00, 0.93, 0.38, 0.47. Web safe color of #880955 is #990066. Color #880955 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001001 01010101
Octal 210 11 125
Decimal 136 9 85
Hex 88 9 55

RGB Percentages of Color #880955

%59.13
%3.91
%36.96

CMYK Percentages of Color #880955

%0
%93
%38
%47

Triadic Colors of #880955

#880955 #558809 #095588

Analogous Colors of #880955

#880955 #880915 #7c0988

Monochromatic Colors of #880955

#880955

Complementary Color

#880955 #09883c

#880955 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880955 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880955 Color CSS Codes

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

#880955 Text Font Color

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

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


#880955 Background Color

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

This div background color is #880955


#880955 Border Color

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

This div border color is #880955


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880955


Comments

No comments written yet.

Please login to write comment.