Color Hex Logo

#891ede Color Hex

#891EDE
(137,30,222)
0 Favorites   0 Comments

Color spaces of #891ede

RGB 13730222
HSL0.760.760.49
HSV273°86°87°
CMYK 0.380.860.00   0.13
XYZ23.965611.520870.0679
Yxy11.52080.22700.1091
Hunter Lab33.942366.6342-98.6341
CIE-Lab40.444172.5847-75.3523

#891ede color RGB value is (137,30,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011110 11011110
Octal 211 36 336
Decimal 137 30 222
Hex 89 1E DE

RGB Percentages of Color #891ede

%35.22
%7.71
%57.07

CMYK Percentages of Color #891ede

%38
%86
%0
%13

Triadic Colors of #891ede

#891ede #de891e #1ede89

Analogous Colors of #891ede

#891ede #de1ed3 #291ede

Monochromatic Colors of #891ede

#891ede

Complementary Color

#891ede #73de1e

#891ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#891ede Color CSS Codes

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

#891ede Text Font Color

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

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


#891ede Background Color

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

This div background color is #891ede


#891ede Border Color

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

This div border color is #891ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891ede


Comments

No comments written yet.

Please login to write comment.