Color Hex Logo

#9039db Color Hex

#9039DB
(144,57,219)
0 Favorites   0 Comments

Color spaces of #9039db

RGB 14457219
HSL0.760.690.54
HSV272°74°86°
CMYK 0.340.740.00   0.14
XYZ25.750913.970068.3571
Yxy13.97000.23830.1293
Hunter Lab37.376557.5706-82.2708
CIE-Lab44.189964.0959-67.4772

#9039db color RGB value is (144,57,219).

#9039db hex color red value is 144, green value is 57 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9039db hue: 0.76 , saturation: 0.69 and the lightness value of 9039db is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 00111001 11011011
Octal 220 71 333
Decimal 144 57 219
Hex 90 39 DB

RGB Percentages of Color #9039db

%34.29
%13.57
%52.14

CMYK Percentages of Color #9039db

%34
%74
%0
%14

Triadic Colors of #9039db

#9039db #db9039 #39db90

Analogous Colors of #9039db

#9039db #db39d5 #3f39db

Monochromatic Colors of #9039db

#9039db

Complementary Color

#9039db #84db39

#9039db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9039db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9039db Color CSS Codes

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

#9039db Text Font Color

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

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


#9039db Background Color

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

This div background color is #9039db


#9039db Border Color

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

This div border color is #9039db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9039db


Comments

No comments written yet.

Please login to write comment.