Color Hex Logo

#891dbb Color Hex

#891DBB
(137,29,187)
0 Favorites   0 Comments

Color spaces of #891dbb

RGB 13729187
HSL0.780.730.42
HSV281°84°73°
CMYK 0.270.840.00   0.27
XYZ19.72559.785047.8627
Yxy9.78500.25490.1265
Hunter Lab31.281057.8187-68.8223
CIE-Lab37.453865.6241-59.9079

#891dbb color RGB value is (137,29,187).

#891dbb hex color red value is 137, green value is 29 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #891dbb hue: 0.78 , saturation: 0.73 and the lightness value of 891dbb is 0.42.

The process color (four color CMYK) of #891dbb color hex is 0.27, 0.84, 0.00, 0.27. Web safe color of #891dbb is #9933cc. Color #891dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011101 10111011
Octal 211 35 273
Decimal 137 29 187
Hex 89 1D BB

RGB Percentages of Color #891dbb

%38.81
%8.22
%52.97

CMYK Percentages of Color #891dbb

%27
%84
%0
%27

Triadic Colors of #891dbb

#891dbb #bb891d #1dbb89

Analogous Colors of #891dbb

#891dbb #bb1d9e #3a1dbb

Monochromatic Colors of #891dbb

#891dbb

Complementary Color

#891dbb #4fbb1d

#891dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#891dbb Color CSS Codes

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

#891dbb Text Font Color

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

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


#891dbb Background Color

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

This div background color is #891dbb


#891dbb Border Color

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

This div border color is #891dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891dbb


Comments

No comments written yet.

Please login to write comment.