Color Hex Logo

#900eeb Color Hex

#900EEB
(144,14,235)
0 Favorites   0 Comments

Color spaces of #900eeb

RGB 14414235
HSL0.760.890.49
HSV275°94°92°
CMYK 0.390.940.00   0.08
XYZ26.654012.241579.5553
Yxy12.24150.22500.1033
Hunter Lab34.987974.7538-110.3220
CIE-Lab41.597479.0092-80.8298

#900eeb color RGB value is (144,14,235).

#900eeb hex color red value is 144, green value is 14 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #900eeb hue: 0.76 , saturation: 0.89 and the lightness value of 900eeb is 0.49.

The process color (four color CMYK) of #900eeb color hex is 0.39, 0.94, 0.00, 0.08. Web safe color of #900eeb is #9900ff. Color #900eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00001110 11101011
Octal 220 16 353
Decimal 144 14 235
Hex 90 E EB

RGB Percentages of Color #900eeb

%36.64
%3.56
%59.80

CMYK Percentages of Color #900eeb

%39
%94
%0
%8

Triadic Colors of #900eeb

#900eeb #eb900e #0eeb90

Analogous Colors of #900eeb

#900eeb #eb0ed8 #210eeb

Monochromatic Colors of #900eeb

#900eeb

Complementary Color

#900eeb #69eb0e

#900eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#900eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#900eeb Color CSS Codes

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

#900eeb Text Font Color

<p style="color:#900eeb">Text here</p>

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


#900eeb Background Color

<div style="background-color:#900eeb">
Div content here</div>

This div background color is #900eeb


#900eeb Border Color

<div style="border:3px solid #900eeb">
Div here</div>

This div border color is #900eeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,14,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #900eeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #900eeb;
  -webkit-box-shadow: 1px 1px 3px 2px #900eeb;
  box-shadow:         1px 1px 3px 2px #900eeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,14,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 #900eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #900eeb


Comments

No comments written yet.

Please login to write comment.