Color Hex Logo

#881059 Color Hex

#881059
(136,16,89)
0 Favorites   0 Comments

Color spaces of #881059

RGB 1361689
HSL0.900.790.30
HSV324°88°53°
CMYK 0.000.880.35   0.47
XYZ12.14186.326110.0323
Yxy6.32610.42600.2220
Hunter Lab25.151742.1539-6.0428
CIE-Lab30.220752.5897-10.6415

#881059 color RGB value is (136,16,89).

#881059 hex color red value is 136, green value is 16 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #881059 hue: 0.90 , saturation: 0.79 and the lightness value of 881059 is 0.30.

The process color (four color CMYK) of #881059 color hex is 0.00, 0.88, 0.35, 0.47. Web safe color of #881059 is #990066. Color #881059 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010000 01011001
Octal 210 20 131
Decimal 136 16 89
Hex 88 10 59

RGB Percentages of Color #881059

%56.43
%6.64
%36.93

CMYK Percentages of Color #881059

%0
%88
%35
%47

Triadic Colors of #881059

#881059 #598810 #105988

Analogous Colors of #881059

#881059 #88101d #7b1088

Monochromatic Colors of #881059

#881059

Complementary Color

#881059 #10883f

#881059 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881059 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881059 Color CSS Codes

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

#881059 Text Font Color

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

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


#881059 Background Color

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

This div background color is #881059


#881059 Border Color

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

This div border color is #881059


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881059


Comments

No comments written yet.

Please login to write comment.