Color Hex Logo

#8900ef Color Hex

#8900EF
(137,0,239)
0 Favorites   0 Comments

Color spaces of #8900ef

RGB 1370239
HSL0.761.000.47
HSV274°100°94°
CMYK 0.431.000.00   0.06
XYZ25.896511.550482.5259
Yxy11.55040.21590.0963
Hunter Lab33.985976.5378-120.1803
CIE-Lab40.492480.6418-84.9496

#8900ef color RGB value is (137,0,239).

#8900ef hex color red value is 137, green value is 0 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8900ef hue: 0.76 , saturation: 1.00 and the lightness value of 8900ef is 0.47.

The process color (four color CMYK) of #8900ef color hex is 0.43, 1.00, 0.00, 0.06. Web safe color of #8900ef is #9900ff. Color #8900ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000000 11101111
Octal 211 0 357
Decimal 137 0 239
Hex 89 0 EF

RGB Percentages of Color #8900ef

%36.44
%0.00
%63.56

CMYK Percentages of Color #8900ef

%43
%100
%0
%6

Triadic Colors of #8900ef

#8900ef #ef8900 #00ef89

Analogous Colors of #8900ef

#8900ef #ef00de #1100ef

Monochromatic Colors of #8900ef

#8900ef

Complementary Color

#8900ef #66ef00

#8900ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8900ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8900ef Color CSS Codes

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

#8900ef Text Font Color

<p style="color:#8900ef">Text here</p>

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


#8900ef Background Color

<div style="background-color:#8900ef">
Div content here</div>

This div background color is #8900ef


#8900ef Border Color

<div style="border:3px solid #8900ef">
Div here</div>

This div border color is #8900ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,0,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8900ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8900ef;
  -webkit-box-shadow: 1px 1px 3px 2px #8900ef;
  box-shadow:         1px 1px 3px 2px #8900ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8900ef


Comments

No comments written yet.

Please login to write comment.