Color Hex Logo

#881bbe Color Hex

#881BBE
(136,27,190)
0 Favorites   0 Comments

Color spaces of #881bbe

RGB 13627190
HSL0.780.750.43
HSV280°86°75°
CMYK 0.280.860.00   0.25
XYZ19.83959.735849.5487
Yxy9.73580.25070.1230
Hunter Lab31.202258.8927-72.3101
CIE-Lab37.364066.5801-61.8277

#881bbe color RGB value is (136,27,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00011011 10111110
Octal 210 33 276
Decimal 136 27 190
Hex 88 1B BE

RGB Percentages of Color #881bbe

%38.53
%7.65
%53.82

CMYK Percentages of Color #881bbe

%28
%86
%0
%25

Triadic Colors of #881bbe

#881bbe #be881b #1bbe88

Analogous Colors of #881bbe

#881bbe #be1ba3 #361bbe

Monochromatic Colors of #881bbe

#881bbe

Complementary Color

#881bbe #51be1b

#881bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#881bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#881bbe Color CSS Codes

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

#881bbe Text Font Color

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

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


#881bbe Background Color

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

This div background color is #881bbe


#881bbe Border Color

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

This div border color is #881bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #881bbe


Comments

No comments written yet.

Please login to write comment.