Color Hex Logo

#881585 Color Hex

#881585
(136,21,133)
0 Favorites   0 Comments

Color spaces of #881585

RGB 13621133
HSL0.840.730.31
HSV302°85°53°
CMYK 0.000.850.02   0.47
XYZ14.65517.464022.8586
Yxy7.46400.32580.1659
Hunter Lab27.320347.9400-30.4830
CIE-Lab32.840757.5941-34.6585

#881585 color RGB value is (136,21,133).

#881585 hex color red value is 136, green value is 21 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #881585 hue: 0.84 , saturation: 0.73 and the lightness value of 881585 is 0.31.

The process color (four color CMYK) of #881585 color hex is 0.00, 0.85, 0.02, 0.47. Web safe color of #881585 is #990099. Color #881585 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00010101 10000101
Octal 210 25 205
Decimal 136 21 133
Hex 88 15 85

RGB Percentages of Color #881585

%46.90
%7.24
%45.86

CMYK Percentages of Color #881585

%0
%85
%2
%47

Triadic Colors of #881585

#881585 #858815 #158588

Analogous Colors of #881585

#881585 #88154b #521588

Monochromatic Colors of #881585

#881585

Complementary Color

#881585 #158818

#881585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#881585 Color CSS Codes

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

#881585 Text Font Color

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

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


#881585 Background Color

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

This div background color is #881585


#881585 Border Color

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

This div border color is #881585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881585


Comments

No comments written yet.

Please login to write comment.