Color Hex Logo

#886384 Color Hex

#886384
(136,99,132)
0 Favorites   0 Comments

Color spaces of #886384

RGB 13699132
HSL0.850.160.46
HSV306°27°53°
CMYK 0.000.270.03   0.47
XYZ18.780015.823923.8943
Yxy15.82390.32100.2705
Hunter Lab39.779314.6571-7.7684
CIE-Lab46.742620.7786-12.4585

#886384 color RGB value is (136,99,132).

#886384 hex color red value is 136, green value is 99 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #886384 hue: 0.85 , saturation: 0.16 and the lightness value of 886384 is 0.46.

The process color (four color CMYK) of #886384 color hex is 0.00, 0.27, 0.03, 0.47. Web safe color of #886384 is #996699. Color #886384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100011 10000100
Octal 210 143 204
Decimal 136 99 132
Hex 88 63 84

RGB Percentages of Color #886384

%37.06
%26.98
%35.97

CMYK Percentages of Color #886384

%0
%27
%3
%47

Triadic Colors of #886384

#886384 #848863 #638488

Analogous Colors of #886384

#886384 #886372 #7a6388

Monochromatic Colors of #886384

#886384

Complementary Color

#886384 #638867

#886384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886384 Color CSS Codes

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

#886384 Text Font Color

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

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


#886384 Background Color

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

This div background color is #886384


#886384 Border Color

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

This div border color is #886384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886384


Comments

No comments written yet.

Please login to write comment.