Color Hex Logo

#884faa Color Hex

#884FAA
(136,79,170)
0 Favorites   0 Comments

Color spaces of #884faa

RGB 13679170
HSL0.770.370.49
HSV278°54°67°
CMYK 0.200.540.00   0.33
XYZ20.205013.728539.6152
Yxy13.72850.27470.1867
Hunter Lab37.052032.4977-37.4552
CIE-Lab43.841040.4723-39.6047

#884faa color RGB value is (136,79,170).

#884faa hex color red value is 136, green value is 79 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #884faa hue: 0.77 , saturation: 0.37 and the lightness value of 884faa is 0.49.

The process color (four color CMYK) of #884faa color hex is 0.20, 0.54, 0.00, 0.33. Web safe color of #884faa is #996699. Color #884faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001111 10101010
Octal 210 117 252
Decimal 136 79 170
Hex 88 4F AA

RGB Percentages of Color #884faa

%35.32
%20.52
%44.16

CMYK Percentages of Color #884faa

%20
%54
%0
%33

Triadic Colors of #884faa

#884faa #aa884f #4faa88

Analogous Colors of #884faa

#884faa #aa4f9f #5b4faa

Monochromatic Colors of #884faa

#884faa

Complementary Color

#884faa #71aa4f

#884faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#884faa Color CSS Codes

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

#884faa Text Font Color

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

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


#884faa Background Color

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

This div background color is #884faa


#884faa Border Color

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

This div border color is #884faa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,79,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #884faa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #884faa;
  -webkit-box-shadow: 1px 1px 3px 2px #884faa;
  box-shadow:         1px 1px 3px 2px #884faa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884faa


Comments

No comments written yet.

Please login to write comment.