Color Hex Logo

#891ddb Color Hex

#891DDB
(137,29,219)
0 Favorites   0 Comments

Color spaces of #891ddb

RGB 13729219
HSL0.760.770.49
HSV274°87°86°
CMYK 0.370.870.00   0.14
XYZ23.542111.311667.9604
Yxy11.31160.22900.1100
Hunter Lab33.632766.0885-96.2622
CIE-Lab40.100472.1946-74.1961

#891ddb color RGB value is (137,29,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011101 11011011
Octal 211 35 333
Decimal 137 29 219
Hex 89 1D DB

RGB Percentages of Color #891ddb

%35.58
%7.53
%56.88

CMYK Percentages of Color #891ddb

%37
%87
%0
%14

Triadic Colors of #891ddb

#891ddb #db891d #1ddb89

Analogous Colors of #891ddb

#891ddb #db1dce #2a1ddb

Monochromatic Colors of #891ddb

#891ddb

Complementary Color

#891ddb #6fdb1d

#891ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#891ddb Color CSS Codes

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

#891ddb Text Font Color

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

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


#891ddb Background Color

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

This div background color is #891ddb


#891ddb Border Color

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

This div border color is #891ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,29,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 #891ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891ddb


Comments

No comments written yet.

Please login to write comment.