Color Hex Logo

#891eee Color Hex

#891EEE
(137,30,238)
0 Favorites   0 Comments

Color spaces of #891eee

RGB 13730238
HSL0.750.860.53
HSV271°87°93°
CMYK 0.420.870.00   0.07
XYZ26.213412.420081.9046
Yxy12.42000.21750.1030
Hunter Lab35.242071.0967-113.1242
CIE-Lab41.876075.9950-82.1054

#891eee color RGB value is (137,30,238).

#891eee hex color red value is 137, green value is 30 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #891eee hue: 0.75 , saturation: 0.86 and the lightness value of 891eee is 0.53.

The process color (four color CMYK) of #891eee color hex is 0.42, 0.87, 0.00, 0.07. Web safe color of #891eee is #9933ff. Color #891eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011110 11101110
Octal 211 36 356
Decimal 137 30 238
Hex 89 1E EE

RGB Percentages of Color #891eee

%33.83
%7.41
%58.77

CMYK Percentages of Color #891eee

%42
%87
%0
%7

Triadic Colors of #891eee

#891eee #ee891e #1eee89

Analogous Colors of #891eee

#891eee #ee1eeb #211eee

Monochromatic Colors of #891eee

#891eee

Complementary Color

#891eee #83ee1e

#891eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#891eee Color CSS Codes

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

#891eee Text Font Color

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

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


#891eee Background Color

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

This div background color is #891eee


#891eee Border Color

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

This div border color is #891eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891eee


Comments

No comments written yet.

Please login to write comment.