Color Hex Logo

#884eaf Color Hex

#884EAF
(136,78,175)
0 Favorites   0 Comments

Color spaces of #884eaf

RGB 13678175
HSL0.770.380.50
HSV276°55°69°
CMYK 0.220.550.00   0.31
XYZ20.615613.778242.1303
Yxy13.77820.26940.1801
Hunter Lab37.119034.1793-41.3112
CIE-Lab43.913142.1693-42.4401

#884eaf color RGB value is (136,78,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001110 10101111
Octal 210 116 257
Decimal 136 78 175
Hex 88 4E AF

RGB Percentages of Color #884eaf

%34.96
%20.05
%44.99

CMYK Percentages of Color #884eaf

%22
%55
%0
%31

Triadic Colors of #884eaf

#884eaf #af884e #4eaf88

Analogous Colors of #884eaf

#884eaf #af4ea6 #584eaf

Monochromatic Colors of #884eaf

#884eaf

Complementary Color

#884eaf #75af4e

#884eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#884eaf Color CSS Codes

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

#884eaf Text Font Color

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

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


#884eaf Background Color

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

This div background color is #884eaf


#884eaf Border Color

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

This div border color is #884eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884eaf


Comments

No comments written yet.

Please login to write comment.