Color Hex Logo

#891bdd Color Hex

#891BDD
(137,27,221)
0 Favorites   0 Comments

Color spaces of #891bdd

RGB 13727221
HSL0.760.780.49
HSV274°88°87°
CMYK 0.380.880.00   0.13
XYZ23.759611.322769.3398
Yxy11.32270.22750.1084
Hunter Lab33.649267.1521-98.6224
CIE-Lab40.118873.0796-75.3131

#891bdd color RGB value is (137,27,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011011 11011101
Octal 211 33 335
Decimal 137 27 221
Hex 89 1B DD

RGB Percentages of Color #891bdd

%35.58
%7.01
%57.40

CMYK Percentages of Color #891bdd

%38
%88
%0
%13

Triadic Colors of #891bdd

#891bdd #dd891b #1bdd89

Analogous Colors of #891bdd

#891bdd #dd1bd0 #281bdd

Monochromatic Colors of #891bdd

#891bdd

Complementary Color

#891bdd #6fdd1b

#891bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#891bdd Color CSS Codes

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

#891bdd Text Font Color

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

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


#891bdd Background Color

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

This div background color is #891bdd


#891bdd Border Color

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

This div border color is #891bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891bdd


Comments

No comments written yet.

Please login to write comment.