Color Hex Logo

#881433 Color Hex

#881433
(136,20,51)
0 Favorites   0 Comments

Color spaces of #881433

RGB 1362051
HSL0.960.740.31
HSV344°85°53°
CMYK 0.000.850.63   0.47
XYZ11.00105.97363.7052
Yxy5.97360.53200.2889
Hunter Lab24.440937.57218.1204
CIE-Lab29.345848.213713.3716

#881433 color RGB value is (136,20,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010100 00110011
Octal 210 24 63
Decimal 136 20 51
Hex 88 14 33

RGB Percentages of Color #881433

%65.70
%9.66
%24.64

CMYK Percentages of Color #881433

%0
%85
%63
%47

Triadic Colors of #881433

#881433 #338814 #143388

Analogous Colors of #881433

#881433 #882f14 #88146d

Monochromatic Colors of #881433

#881433

Complementary Color

#881433 #148869

#881433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881433 Color CSS Codes

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

#881433 Text Font Color

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

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


#881433 Background Color

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

This div background color is #881433


#881433 Border Color

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

This div border color is #881433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881433


Comments

No comments written yet.

Please login to write comment.