Color Hex Logo

#881cbe Color Hex

#881CBE
(136,28,190)
0 Favorites   0 Comments

Color spaces of #881cbe

RGB 13628190
HSL0.780.740.43
HSV280°85°75°
CMYK 0.280.850.00   0.25
XYZ19.86299.782549.5565
Yxy9.78250.25080.1235
Hunter Lab31.277058.6243-72.0475
CIE-Lab37.449266.3295-61.6889

#881cbe color RGB value is (136,28,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011100 10111110
Octal 210 34 276
Decimal 136 28 190
Hex 88 1C BE

RGB Percentages of Color #881cbe

%38.42
%7.91
%53.67

CMYK Percentages of Color #881cbe

%28
%85
%0
%25

Triadic Colors of #881cbe

#881cbe #be881c #1cbe88

Analogous Colors of #881cbe

#881cbe #be1ca3 #371cbe

Monochromatic Colors of #881cbe

#881cbe

Complementary Color

#881cbe #52be1c

#881cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#881cbe Color CSS Codes

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

#881cbe Text Font Color

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

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


#881cbe Background Color

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

This div background color is #881cbe


#881cbe Border Color

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

This div border color is #881cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881cbe


Comments

No comments written yet.

Please login to write comment.