Color Hex Logo

#9013db Color Hex

#9013DB
(144,19,219)
0 Favorites   0 Comments

Color spaces of #9013db

RGB 14419219
HSL0.770.840.47
HSV278°91°86°
CMYK 0.340.910.00   0.14
XYZ24.520711.509567.9470
Yxy11.50950.23580.1107
Hunter Lab33.925769.6459-94.9993
CIE-Lab40.425775.0845-73.6241

#9013db color RGB value is (144,19,219).

#9013db hex color red value is 144, green value is 19 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9013db hue: 0.77 , saturation: 0.84 and the lightness value of 9013db is 0.47.

The process color (four color CMYK) of #9013db color hex is 0.34, 0.91, 0.00, 0.14. Web safe color of #9013db is #9900cc. Color #9013db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 00010011 11011011
Octal 220 23 333
Decimal 144 19 219
Hex 90 13 DB

RGB Percentages of Color #9013db

%37.70
%4.97
%57.33

CMYK Percentages of Color #9013db

%34
%91
%0
%14

Triadic Colors of #9013db

#9013db #db9013 #13db90

Analogous Colors of #9013db

#9013db #db13c2 #2c13db

Monochromatic Colors of #9013db

#9013db

Complementary Color

#9013db #5edb13

#9013db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9013db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9013db Color CSS Codes

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

#9013db Text Font Color

<p style="color:#9013db">Text here</p>

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


#9013db Background Color

<div style="background-color:#9013db">
Div content here</div>

This div background color is #9013db


#9013db Border Color

<div style="border:3px solid #9013db">
Div here</div>

This div border color is #9013db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,19,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9013db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9013db;
  -webkit-box-shadow: 1px 1px 3px 2px #9013db;
  box-shadow:         1px 1px 3px 2px #9013db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9013db


Comments

No comments written yet.

Please login to write comment.