Color Hex Logo

#884973 Color Hex

#884973
(136,73,115)
0 Favorites   0 Comments

Color spaces of #884973

RGB 13673115
HSL0.890.300.41
HSV320°46°53°
CMYK 0.000.460.15   0.47
XYZ15.630411.237117.5648
Yxy11.23710.35180.2529
Hunter Lab33.521824.5671-7.6016
CIE-Lab39.977032.6548-12.3620

#884973 color RGB value is (136,73,115).

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

The process color (four color CMYK) of #884973 color hex is 0.00, 0.46, 0.15, 0.47. Web safe color of #884973 is #993366. Color #884973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001001 01110011
Octal 210 111 163
Decimal 136 73 115
Hex 88 49 73

RGB Percentages of Color #884973

%41.98
%22.53
%35.49

CMYK Percentages of Color #884973

%0
%46
%15
%47

Triadic Colors of #884973

#884973 #738849 #497388

Analogous Colors of #884973

#884973 #884954 #7e4988

Monochromatic Colors of #884973

#884973

Complementary Color

#884973 #49885e

#884973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884973 Color CSS Codes

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

#884973 Text Font Color

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

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


#884973 Background Color

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

This div background color is #884973


#884973 Border Color

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

This div border color is #884973


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,73,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 #884973">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884973


Comments

No comments written yet.

Please login to write comment.