Color Hex Logo

#881950 Color Hex

#881950
(136,25,80)
0 Favorites   0 Comments

Color spaces of #881950

RGB 1362580
HSL0.920.690.32
HSV330°82°53°
CMYK 0.000.820.41   0.47
XYZ11.94896.50878.2159
Yxy6.50870.44800.2440
Hunter Lab25.512238.9562-1.2352
CIE-Lab30.661249.3503-4.0636

#881950 color RGB value is (136,25,80).

#881950 hex color red value is 136, green value is 25 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #881950 hue: 0.92 , saturation: 0.69 and the lightness value of 881950 is 0.32.

The process color (four color CMYK) of #881950 color hex is 0.00, 0.82, 0.41, 0.47. Web safe color of #881950 is #990066. Color #881950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011001 01010000
Octal 210 31 120
Decimal 136 25 80
Hex 88 19 50

RGB Percentages of Color #881950

%56.43
%10.37
%33.20

CMYK Percentages of Color #881950

%0
%82
%41
%47

Triadic Colors of #881950

#881950 #508819 #195088

Analogous Colors of #881950

#881950 #881a19 #881988

Monochromatic Colors of #881950

#881950

Complementary Color

#881950 #198851

#881950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881950 Color CSS Codes

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

#881950 Text Font Color

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

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


#881950 Background Color

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

This div background color is #881950


#881950 Border Color

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

This div border color is #881950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881950


Comments

No comments written yet.

Please login to write comment.