Color Hex Logo

#891fed Color Hex

#891FED
(137,31,237)
0 Favorites   0 Comments

Color spaces of #891fed

RGB 13731237
HSL0.750.850.53
HSV271°87°93°
CMYK 0.420.870.00   0.07
XYZ26.092612.412881.1414
Yxy12.41280.21810.1037
Hunter Lab35.231870.5411-111.8869
CIE-Lab41.864875.5425-81.5580

#891fed color RGB value is (137,31,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011111 11101101
Octal 211 37 355
Decimal 137 31 237
Hex 89 1F ED

RGB Percentages of Color #891fed

%33.83
%7.65
%58.52

CMYK Percentages of Color #891fed

%42
%87
%0
%7

Triadic Colors of #891fed

#891fed #ed891f #1fed89

Analogous Colors of #891fed

#891fed #ed1fea #221fed

Monochromatic Colors of #891fed

#891fed

Complementary Color

#891fed #83ed1f

#891fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#891fed Color CSS Codes

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

#891fed Text Font Color

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

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


#891fed Background Color

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

This div background color is #891fed


#891fed Border Color

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

This div border color is #891fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891fed


Comments

No comments written yet.

Please login to write comment.