Color Hex Logo

#884eac Color Hex

#884EAC
(136,78,172)
0 Favorites   0 Comments

Color spaces of #884eac

RGB 13678172
HSL0.770.380.49
HSV277°55°67°
CMYK 0.210.550.00   0.33
XYZ20.324113.661640.5955
Yxy13.66160.27250.1832
Hunter Lab36.961633.4691-39.2460
CIE-Lab43.743741.4772-40.9407

#884eac color RGB value is (136,78,172).

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

The process color (four color CMYK) of #884eac color hex is 0.21, 0.55, 0.00, 0.33. Web safe color of #884eac is #996699. Color #884eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001110 10101100
Octal 210 116 254
Decimal 136 78 172
Hex 88 4E AC

RGB Percentages of Color #884eac

%35.23
%20.21
%44.56

CMYK Percentages of Color #884eac

%21
%55
%0
%33

Triadic Colors of #884eac

#884eac #ac884e #4eac88

Analogous Colors of #884eac

#884eac #ac4ea1 #594eac

Monochromatic Colors of #884eac

#884eac

Complementary Color

#884eac #72ac4e

#884eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#884eac Color CSS Codes

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

#884eac Text Font Color

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

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


#884eac Background Color

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

This div background color is #884eac


#884eac Border Color

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

This div border color is #884eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884eac


Comments

No comments written yet.

Please login to write comment.