Color Hex Logo

#900eed Color Hex

#900EED
(144,14,237)
0 Favorites   0 Comments

Color spaces of #900eed

RGB 14414237
HSL0.760.890.49
HSV275°94°93°
CMYK 0.390.940.00   0.07
XYZ26.944712.357881.0859
Yxy12.35780.22380.1026
Hunter Lab35.153775.2984-112.1515
CIE-Lab41.779279.4110-81.6642

#900eed color RGB value is (144,14,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00001110 11101101
Octal 220 16 355
Decimal 144 14 237
Hex 90 E ED

RGB Percentages of Color #900eed

%36.46
%3.54
%60.00

CMYK Percentages of Color #900eed

%39
%94
%0
%7

Triadic Colors of #900eed

#900eed #ed900e #0eed90

Analogous Colors of #900eed

#900eed #ed0edb #210eed

Monochromatic Colors of #900eed

#900eed

Complementary Color

#900eed #6bed0e

#900eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#900eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#900eed Color CSS Codes

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

#900eed Text Font Color

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

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


#900eed Background Color

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

This div background color is #900eed


#900eed Border Color

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

This div border color is #900eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #900eed


Comments

No comments written yet.

Please login to write comment.