Color Hex Logo

#881435 Color Hex

#881435
(136,20,53)
0 Favorites   0 Comments

Color spaces of #881435

RGB 1362053
HSL0.950.740.31
HSV343°85°53°
CMYK 0.000.850.61   0.47
XYZ11.04615.99163.9425
Yxy5.99160.52650.2856
Hunter Lab24.477737.71587.5849
CIE-Lab29.391348.350112.0950

#881435 color RGB value is (136,20,53).

#881435 hex color red value is 136, green value is 20 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #881435 hue: 0.95 , saturation: 0.74 and the lightness value of 881435 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010100 00110101
Octal 210 24 65
Decimal 136 20 53
Hex 88 14 35

RGB Percentages of Color #881435

%65.07
%9.57
%25.36

CMYK Percentages of Color #881435

%0
%85
%61
%47

Triadic Colors of #881435

#881435 #358814 #143588

Analogous Colors of #881435

#881435 #882d14 #88146f

Monochromatic Colors of #881435

#881435

Complementary Color

#881435 #148867

#881435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881435 Color CSS Codes

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

#881435 Text Font Color

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

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


#881435 Background Color

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

This div background color is #881435


#881435 Border Color

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

This div border color is #881435


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,20,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 #881435">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881435


Comments

No comments written yet.

Please login to write comment.