Color Hex Logo

#884989 Color Hex

#884989
(136,73,137)
0 Favorites   0 Comments

Color spaces of #884989

RGB 13673137
HSL0.830.300.41
HSV299°47°54°
CMYK 0.010.470.00   0.46
XYZ17.051211.805525.0469
Yxy11.80550.31630.2190
Hunter Lab34.359128.4546-19.1695
CIE-Lab40.905336.7140-24.4321

#884989 color RGB value is (136,73,137).

#884989 hex color red value is 136, green value is 73 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #884989 hue: 0.83 , saturation: 0.30 and the lightness value of 884989 is 0.41.

The process color (four color CMYK) of #884989 color hex is 0.01, 0.47, 0.00, 0.46. Web safe color of #884989 is #993399. Color #884989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001001 10001001
Octal 210 111 211
Decimal 136 73 137
Hex 88 49 89

RGB Percentages of Color #884989

%39.31
%21.10
%39.60

CMYK Percentages of Color #884989

%1
%47
%0
%46

Triadic Colors of #884989

#884989 #898849 #498988

Analogous Colors of #884989

#884989 #89496a #684989

Monochromatic Colors of #884989

#884989

Complementary Color

#884989 #4a8949

#884989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884989 Color CSS Codes

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

#884989 Text Font Color

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

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


#884989 Background Color

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

This div background color is #884989


#884989 Border Color

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

This div border color is #884989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884989


Comments

No comments written yet.

Please login to write comment.