Color Hex Logo

#8909ed Color Hex

#8909ED
(137,9,237)
0 Favorites   0 Comments

Color spaces of #8909ed

RGB 1379237
HSL0.760.930.48
HSV274°96°93°
CMYK 0.420.960.00   0.07
XYZ25.700311.628281.0107
Yxy11.62820.21720.0983
Hunter Lab34.100174.8551-116.9834
CIE-Lab40.619079.2756-83.6085

#8909ed color RGB value is (137,9,237).

#8909ed hex color red value is 137, green value is 9 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8909ed hue: 0.76 , saturation: 0.93 and the lightness value of 8909ed is 0.48.

The process color (four color CMYK) of #8909ed color hex is 0.42, 0.96, 0.00, 0.07. Web safe color of #8909ed is #9900ff. Color #8909ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001001 11101101
Octal 211 11 355
Decimal 137 9 237
Hex 89 9 ED

RGB Percentages of Color #8909ed

%35.77
%2.35
%61.88

CMYK Percentages of Color #8909ed

%42
%96
%0
%7

Triadic Colors of #8909ed

#8909ed #ed8909 #09ed89

Analogous Colors of #8909ed

#8909ed #ed09df #1709ed

Monochromatic Colors of #8909ed

#8909ed

Complementary Color

#8909ed #6ded09

#8909ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8909ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8909ed Color CSS Codes

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

#8909ed Text Font Color

<p style="color:#8909ed">Text here</p>

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


#8909ed Background Color

<div style="background-color:#8909ed">
Div content here</div>

This div background color is #8909ed


#8909ed Border Color

<div style="border:3px solid #8909ed">
Div here</div>

This div border color is #8909ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,9,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 #8909ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8909ed


Comments

No comments written yet.

Please login to write comment.