Color Hex Logo

#884fbb Color Hex

#884FBB
(136,79,187)
0 Favorites   0 Comments

Color spaces of #884fbb

RGB 13679187
HSL0.750.440.52
HSV272°58°73°
CMYK 0.270.580.00   0.27
XYZ21.919014.414148.6406
Yxy14.41410.25800.1696
Hunter Lab37.965936.6137-49.3842
CIE-Lab44.821044.4582-48.0252

#884fbb color RGB value is (136,79,187).

#884fbb hex color red value is 136, green value is 79 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #884fbb hue: 0.75 , saturation: 0.44 and the lightness value of 884fbb is 0.52.

The process color (four color CMYK) of #884fbb color hex is 0.27, 0.58, 0.00, 0.27. Web safe color of #884fbb is #9966cc. Color #884fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001111 10111011
Octal 210 117 273
Decimal 136 79 187
Hex 88 4F BB

RGB Percentages of Color #884fbb

%33.83
%19.65
%46.52

CMYK Percentages of Color #884fbb

%27
%58
%0
%27

Triadic Colors of #884fbb

#884fbb #bb884f #4fbb88

Analogous Colors of #884fbb

#884fbb #bb4fb8 #524fbb

Monochromatic Colors of #884fbb

#884fbb

Complementary Color

#884fbb #82bb4f

#884fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#884fbb Color CSS Codes

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

#884fbb Text Font Color

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

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


#884fbb Background Color

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

This div background color is #884fbb


#884fbb Border Color

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

This div border color is #884fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884fbb


Comments

No comments written yet.

Please login to write comment.