Color Hex Logo

#8904e1 Color Hex

#8904E1
(137,4,225)
0 Favorites   0 Comments

Color spaces of #8904e1

RGB 1374225
HSL0.770.970.45
HSV276°98°88°
CMYK 0.390.980.00   0.12
XYZ23.950610.841472.0644
Yxy10.84140.22410.1015
Hunter Lab32.926372.2200-106.7172
CIE-Lab39.312177.3985-78.9288

#8904e1 color RGB value is (137,4,225).

#8904e1 hex color red value is 137, green value is 4 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #8904e1 hue: 0.77 , saturation: 0.97 and the lightness value of 8904e1 is 0.45.

The process color (four color CMYK) of #8904e1 color hex is 0.39, 0.98, 0.00, 0.12. Web safe color of #8904e1 is #9900cc. Color #8904e1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000100 11100001
Octal 211 4 341
Decimal 137 4 225
Hex 89 4 E1

RGB Percentages of Color #8904e1

%37.43
%1.09
%61.48

CMYK Percentages of Color #8904e1

%39
%98
%0
%12

Triadic Colors of #8904e1

#8904e1 #e18904 #04e189

Analogous Colors of #8904e1

#8904e1 #e104cb #1b04e1

Monochromatic Colors of #8904e1

#8904e1

Complementary Color

#8904e1 #5ce104

#8904e1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8904e1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8904e1 Color CSS Codes

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

#8904e1 Text Font Color

<p style="color:#8904e1">Text here</p>

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


#8904e1 Background Color

<div style="background-color:#8904e1">
Div content here</div>

This div background color is #8904e1


#8904e1 Border Color

<div style="border:3px solid #8904e1">
Div here</div>

This div border color is #8904e1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,4,225, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8904e1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8904e1;
  -webkit-box-shadow: 1px 1px 3px 2px #8904e1;
  box-shadow:         1px 1px 3px 2px #8904e1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8904e1


Comments

No comments written yet.

Please login to write comment.