Color Hex Logo

#880835 Color Hex

#880835
(136,8,53)
0 Favorites   0 Comments

Color spaces of #880835

RGB 136853
HSL0.940.890.28
HSV339°94°53°
CMYK 0.000.940.61   0.47
XYZ10.88285.66493.8880
Yxy5.66490.53250.2772
Hunter Lab23.801139.96566.9755
CIE-Lab28.550850.764410.9522

#880835 color RGB value is (136,8,53).

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

The process color (four color CMYK) of #880835 color hex is 0.00, 0.94, 0.61, 0.47. Web safe color of #880835 is #990033. Color #880835 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001000 00110101
Octal 210 10 65
Decimal 136 8 53
Hex 88 8 35

RGB Percentages of Color #880835

%69.04
%4.06
%26.90

CMYK Percentages of Color #880835

%0
%94
%61
%47

Triadic Colors of #880835

#880835 #358808 #083588

Analogous Colors of #880835

#880835 #881b08 #880875

Monochromatic Colors of #880835

#880835

Complementary Color

#880835 #08885b

#880835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#880835 Color CSS Codes

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

#880835 Text Font Color

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

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


#880835 Background Color

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

This div background color is #880835


#880835 Border Color

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

This div border color is #880835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880835


Comments

No comments written yet.

Please login to write comment.