Color Hex Logo

#884eae Color Hex

#884EAE
(136,78,174)
0 Favorites   0 Comments

Color spaces of #884eae

RGB 13678174
HSL0.770.380.49
HSV276°55°68°
CMYK 0.220.550.00   0.32
XYZ20.517713.739041.6149
Yxy13.73900.27040.1811
Hunter Lab37.066233.9416-40.6197
CIE-Lab43.856341.9381-41.9415

#884eae color RGB value is (136,78,174).

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

The process color (four color CMYK) of #884eae color hex is 0.22, 0.55, 0.00, 0.32. Web safe color of #884eae is #996699. Color #884eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001110 10101110
Octal 210 116 256
Decimal 136 78 174
Hex 88 4E AE

RGB Percentages of Color #884eae

%35.05
%20.10
%44.85

CMYK Percentages of Color #884eae

%22
%55
%0
%32

Triadic Colors of #884eae

#884eae #ae884e #4eae88

Analogous Colors of #884eae

#884eae #ae4ea4 #584eae

Monochromatic Colors of #884eae

#884eae

Complementary Color

#884eae #74ae4e

#884eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#884eae Color CSS Codes

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

#884eae Text Font Color

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

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


#884eae Background Color

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

This div background color is #884eae


#884eae Border Color

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

This div border color is #884eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884eae


Comments

No comments written yet.

Please login to write comment.