Color Hex Logo

#891feb Color Hex

#891FEB
(137,31,235)
0 Favorites   0 Comments

Color spaces of #891feb

RGB 13731235
HSL0.750.840.52
HSV271°87°92°
CMYK 0.420.870.00   0.08
XYZ25.801912.296579.6108
Yxy12.29650.21920.1045
Hunter Lab35.066469.9745-110.0590
CIE-Lab41.683575.1126-80.7232

#891feb color RGB value is (137,31,235).

#891feb hex color red value is 137, green value is 31 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #891feb hue: 0.75 , saturation: 0.84 and the lightness value of 891feb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011111 11101011
Octal 211 37 353
Decimal 137 31 235
Hex 89 1F EB

RGB Percentages of Color #891feb

%34.00
%7.69
%58.31

CMYK Percentages of Color #891feb

%42
%87
%0
%8

Triadic Colors of #891feb

#891feb #eb891f #1feb89

Analogous Colors of #891feb

#891feb #eb1fe7 #231feb

Monochromatic Colors of #891feb

#891feb

Complementary Color

#891feb #81eb1f

#891feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#891feb Color CSS Codes

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

#891feb Text Font Color

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

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


#891feb Background Color

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

This div background color is #891feb


#891feb Border Color

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

This div border color is #891feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891feb


Comments

No comments written yet.

Please login to write comment.