Color Hex Logo

#900db7 Color Hex

#900DB7
(144,13,183)
0 Favorites   0 Comments

Color spaces of #900db7

RGB 14413183
HSL0.800.870.38
HSV286°93°72°
CMYK 0.210.930.00   0.28
XYZ20.19289.636045.5954
Yxy9.63600.26770.1278
Hunter Lab31.041961.7911-65.3578
CIE-Lab37.181169.1190-57.9379

#900db7 color RGB value is (144,13,183).

#900db7 hex color red value is 144, green value is 13 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #900db7 hue: 0.80 , saturation: 0.87 and the lightness value of 900db7 is 0.38.

The process color (four color CMYK) of #900db7 color hex is 0.21, 0.93, 0.00, 0.28. Web safe color of #900db7 is #9900cc. Color #900db7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00001101 10110111
Octal 220 15 267
Decimal 144 13 183
Hex 90 D B7

RGB Percentages of Color #900db7

%42.35
%3.82
%53.82

CMYK Percentages of Color #900db7

%21
%93
%0
%28

Triadic Colors of #900db7

#900db7 #b7900d #0db790

Analogous Colors of #900db7

#900db7 #b70d89 #3b0db7

Monochromatic Colors of #900db7

#900db7

Complementary Color

#900db7 #34b70d

#900db7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#900db7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#900db7 Color CSS Codes

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

#900db7 Text Font Color

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

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


#900db7 Background Color

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

This div background color is #900db7


#900db7 Border Color

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

This div border color is #900db7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #900db7


Comments

No comments written yet.

Please login to write comment.