Color Hex Logo

#884cbb Color Hex

#884CBB
(136,76,187)
0 Favorites   0 Comments

Color spaces of #884cbb

RGB 13676187
HSL0.760.450.52
HSV272°59°73°
CMYK 0.270.590.00   0.27
XYZ21.707413.991048.5701
Yxy13.99100.25760.1660
Hunter Lab37.404538.1330-50.8054
CIE-Lab44.220046.0589-48.9875

#884cbb color RGB value is (136,76,187).

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

The process color (four color CMYK) of #884cbb color hex is 0.27, 0.59, 0.00, 0.27. Web safe color of #884cbb is #9933cc. Color #884cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01001100 10111011
Octal 210 114 273
Decimal 136 76 187
Hex 88 4C BB

RGB Percentages of Color #884cbb

%34.09
%19.05
%46.87

CMYK Percentages of Color #884cbb

%27
%59
%0
%27

Triadic Colors of #884cbb

#884cbb #bb884c #4cbb88

Analogous Colors of #884cbb

#884cbb #bb4cb7 #504cbb

Monochromatic Colors of #884cbb

#884cbb

Complementary Color

#884cbb #7fbb4c

#884cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#884cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#884cbb Color CSS Codes

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

#884cbb Text Font Color

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

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


#884cbb Background Color

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

This div background color is #884cbb


#884cbb Border Color

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

This div border color is #884cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #884cbb


Comments

No comments written yet.

Please login to write comment.