Color Hex Logo

#891bdb Color Hex

#891BDB
(137,27,219)
0 Favorites   0 Comments

Color spaces of #891bdb

RGB 13727219
HSL0.760.780.48
HSV274°88°86°
CMYK 0.370.880.00   0.14
XYZ23.494611.216767.9446
Yxy11.21670.22890.1093
Hunter Lab33.491366.6102-96.8389
CIE-Lab39.943172.6614-74.4541

#891bdb color RGB value is (137,27,219).

#891bdb hex color red value is 137, green value is 27 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #891bdb hue: 0.76 , saturation: 0.78 and the lightness value of 891bdb is 0.48.

The process color (four color CMYK) of #891bdb color hex is 0.37, 0.88, 0.00, 0.14. Web safe color of #891bdb is #9933cc. Color #891bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011011 11011011
Octal 211 33 333
Decimal 137 27 219
Hex 89 1B DB

RGB Percentages of Color #891bdb

%35.77
%7.05
%57.18

CMYK Percentages of Color #891bdb

%37
%88
%0
%14

Triadic Colors of #891bdb

#891bdb #db891b #1bdb89

Analogous Colors of #891bdb

#891bdb #db1bcd #291bdb

Monochromatic Colors of #891bdb

#891bdb

Complementary Color

#891bdb #6ddb1b

#891bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#891bdb Color CSS Codes

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

#891bdb Text Font Color

<p style="color:#891bdb">Text here</p>

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


#891bdb Background Color

<div style="background-color:#891bdb">
Div content here</div>

This div background color is #891bdb


#891bdb Border Color

<div style="border:3px solid #891bdb">
Div here</div>

This div border color is #891bdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,27,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #891bdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #891bdb;
  -webkit-box-shadow: 1px 1px 3px 2px #891bdb;
  box-shadow:         1px 1px 3px 2px #891bdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,27,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891bdb


Comments

No comments written yet.

Please login to write comment.