Color Hex Logo

#884faf Color Hex

#884FAF
(136,79,175)
0 Favorites   0 Comments

Color spaces of #884faf

RGB 13679175
HSL0.770.380.50
HSV276°55°69°
CMYK 0.220.550.00   0.31
XYZ20.687213.921342.1542
Yxy13.92130.26950.1814
Hunter Lab37.311333.6745-40.8679
CIE-Lab44.119941.6257-42.1113

#884faf color RGB value is (136,79,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001111 10101111
Octal 210 117 257
Decimal 136 79 175
Hex 88 4F AF

RGB Percentages of Color #884faf

%34.87
%20.26
%44.87

CMYK Percentages of Color #884faf

%22
%55
%0
%31

Triadic Colors of #884faf

#884faf #af884f #4faf88

Analogous Colors of #884faf

#884faf #af4fa6 #584faf

Monochromatic Colors of #884faf

#884faf

Complementary Color

#884faf #76af4f

#884faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#884faf Color CSS Codes

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

#884faf Text Font Color

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

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


#884faf Background Color

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

This div background color is #884faf


#884faf Border Color

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

This div border color is #884faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,79,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 #884faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884faf


Comments

No comments written yet.

Please login to write comment.