Color Hex Logo

#884170 Color Hex

#884170
(136,65,112)
0 Favorites   0 Comments

Color spaces of #884170

RGB 13665112
HSL0.890.350.39
HSV320°52°53°
CMYK 0.000.520.18   0.47
XYZ14.968310.184716.5062
Yxy10.18470.35930.2445
Hunter Lab31.913527.8728-8.3264
CIE-Lab38.171936.5114-13.2415

#884170 color RGB value is (136,65,112).

#884170 hex color red value is 136, green value is 65 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #884170 hue: 0.89 , saturation: 0.35 and the lightness value of 884170 is 0.39.

The process color (four color CMYK) of #884170 color hex is 0.00, 0.52, 0.18, 0.47. Web safe color of #884170 is #993366. Color #884170 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01000001 01110000
Octal 210 101 160
Decimal 136 65 112
Hex 88 41 70

RGB Percentages of Color #884170

%43.45
%20.77
%35.78

CMYK Percentages of Color #884170

%0
%52
%18
%47

Triadic Colors of #884170

#884170 #708841 #417088

Analogous Colors of #884170

#884170 #88414d #7d4188

Monochromatic Colors of #884170

#884170

Complementary Color

#884170 #418859

#884170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#884170 Color CSS Codes

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

#884170 Text Font Color

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

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


#884170 Background Color

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

This div background color is #884170


#884170 Border Color

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

This div border color is #884170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884170


Comments

No comments written yet.

Please login to write comment.