Color Hex Logo

#881277 Color Hex

#881277
(136,18,119)
0 Favorites   0 Comments

Color spaces of #881277

RGB 13618119
HSL0.860.770.30
HSV309°87°53°
CMYK 0.000.870.13   0.47
XYZ13.69946.998818.0816
Yxy6.99880.35330.1805
Hunter Lab26.455246.1365-22.0048
CIE-Lab31.804256.1023-27.5105

#881277 color RGB value is (136,18,119).

#881277 hex color red value is 136, green value is 18 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #881277 hue: 0.86 , saturation: 0.77 and the lightness value of 881277 is 0.30.

The process color (four color CMYK) of #881277 color hex is 0.00, 0.87, 0.13, 0.47. Web safe color of #881277 is #990066. Color #881277 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010010 01110111
Octal 210 22 167
Decimal 136 18 119
Hex 88 12 77

RGB Percentages of Color #881277

%49.82
%6.59
%43.59

CMYK Percentages of Color #881277

%0
%87
%13
%47

Triadic Colors of #881277

#881277 #778812 #127788

Analogous Colors of #881277

#881277 #88123c #5e1288

Monochromatic Colors of #881277

#881277

Complementary Color

#881277 #128823

#881277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881277 Color CSS Codes

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

#881277 Text Font Color

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

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


#881277 Background Color

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

This div background color is #881277


#881277 Border Color

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

This div border color is #881277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881277


Comments

No comments written yet.

Please login to write comment.