Color Hex Logo

#886481 Color Hex

#886481
(136,100,129)
0 Favorites   0 Comments

Color spaces of #886481

RGB 136100129
HSL0.870.150.46
HSV312°26°53°
CMYK 0.000.260.05   0.47
XYZ18.673015.933622.8602
Yxy15.93360.32490.2773
Hunter Lab39.916913.6471-6.0132
CIE-Lab46.887319.6009-10.4431

#886481 color RGB value is (136,100,129).

#886481 hex color red value is 136, green value is 100 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #886481 hue: 0.87 , saturation: 0.15 and the lightness value of 886481 is 0.46.

The process color (four color CMYK) of #886481 color hex is 0.00, 0.26, 0.05, 0.47. Web safe color of #886481 is #996699. Color #886481 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100100 10000001
Octal 210 144 201
Decimal 136 100 129
Hex 88 64 81

RGB Percentages of Color #886481

%37.26
%27.40
%35.34

CMYK Percentages of Color #886481

%0
%26
%5
%47

Triadic Colors of #886481

#886481 #818864 #648188

Analogous Colors of #886481

#886481 #88646f #7d6488

Monochromatic Colors of #886481

#886481

Complementary Color

#886481 #64886b

#886481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886481 Color CSS Codes

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

#886481 Text Font Color

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

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


#886481 Background Color

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

This div background color is #886481


#886481 Border Color

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

This div border color is #886481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886481


Comments

No comments written yet.

Please login to write comment.