Color Hex Logo

#881cbb Color Hex

#881CBB
(136,28,187)
0 Favorites   0 Comments

Color spaces of #881cbb

RGB 13628187
HSL0.780.740.42
HSV281°85°73°
CMYK 0.270.850.00   0.27
XYZ19.53829.652647.8471
Yxy9.65260.25360.1253
Hunter Lab31.068657.8836-69.5612
CIE-Lab37.211665.7281-60.3090

#881cbb color RGB value is (136,28,187).

#881cbb hex color red value is 136, green value is 28 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #881cbb hue: 0.78 , saturation: 0.74 and the lightness value of 881cbb is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011100 10111011
Octal 210 34 273
Decimal 136 28 187
Hex 88 1C BB

RGB Percentages of Color #881cbb

%38.75
%7.98
%53.28

CMYK Percentages of Color #881cbb

%27
%85
%0
%27

Triadic Colors of #881cbb

#881cbb #bb881c #1cbb88

Analogous Colors of #881cbb

#881cbb #bb1c9f #391cbb

Monochromatic Colors of #881cbb

#881cbb

Complementary Color

#881cbb #4fbb1c

#881cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#881cbb Color CSS Codes

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

#881cbb Text Font Color

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

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


#881cbb Background Color

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

This div background color is #881cbb


#881cbb Border Color

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

This div border color is #881cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881cbb


Comments

No comments written yet.

Please login to write comment.