Color Hex Logo

#884f9b Color Hex

#884F9B
(136,79,155)
0 Favorites   0 Comments

Color spaces of #884f9b

RGB 13679155
HSL0.790.320.46
HSV285°49°61°
CMYK 0.120.490.00   0.39
XYZ18.865713.192832.5625
Yxy13.19280.29190.2042
Hunter Lab36.321929.1501-27.7280
CIE-Lab43.052337.1272-31.9322

#884f9b color RGB value is (136,79,155).

#884f9b hex color red value is 136, green value is 79 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #884f9b hue: 0.79 , saturation: 0.32 and the lightness value of 884f9b is 0.46.

The process color (four color CMYK) of #884f9b color hex is 0.12, 0.49, 0.00, 0.39. Web safe color of #884f9b is #996699. Color #884f9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001111 10011011
Octal 210 117 233
Decimal 136 79 155
Hex 88 4F 9B

RGB Percentages of Color #884f9b

%36.76
%21.35
%41.89

CMYK Percentages of Color #884f9b

%12
%49
%0
%39

Triadic Colors of #884f9b

#884f9b #9b884f #4f9b88

Analogous Colors of #884f9b

#884f9b #9b4f88 #624f9b

Monochromatic Colors of #884f9b

#884f9b

Complementary Color

#884f9b #629b4f

#884f9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884f9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#884f9b Color CSS Codes

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

#884f9b Text Font Color

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

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


#884f9b Background Color

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

This div background color is #884f9b


#884f9b Border Color

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

This div border color is #884f9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884f9b


Comments

No comments written yet.

Please login to write comment.