Color Hex Logo

#881473 Color Hex

#881473
(136,20,115)
0 Favorites   0 Comments

Color spaces of #881473

RGB 13620115
HSL0.860.740.31
HSV311°85°53°
CMYK 0.000.850.15   0.47
XYZ13.49806.972416.8540
Yxy6.97240.36160.1868
Hunter Lab26.405345.0373-19.3600
CIE-Lab31.744055.0706-25.0679

#881473 color RGB value is (136,20,115).

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

The process color (four color CMYK) of #881473 color hex is 0.00, 0.85, 0.15, 0.47. Web safe color of #881473 is #990066. Color #881473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010100 01110011
Octal 210 24 163
Decimal 136 20 115
Hex 88 14 73

RGB Percentages of Color #881473

%50.18
%7.38
%42.44

CMYK Percentages of Color #881473

%0
%85
%15
%47

Triadic Colors of #881473

#881473 #738814 #147388

Analogous Colors of #881473

#881473 #881439 #631488

Monochromatic Colors of #881473

#881473

Complementary Color

#881473 #148829

#881473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881473 Color CSS Codes

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

#881473 Text Font Color

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

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


#881473 Background Color

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

This div background color is #881473


#881473 Border Color

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

This div border color is #881473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881473


Comments

No comments written yet.

Please login to write comment.