Color Hex Logo

#9051db Color Hex

#9051DB
(144,81,219)
0 Favorites   0 Comments

Color spaces of #9051db

RGB 14481219
HSL0.740.660.59
HSV267°63°86°
CMYK 0.340.630.00   0.14
XYZ27.230216.928668.8502
Yxy16.92860.24100.1498
Hunter Lab41.144446.1323-70.4137
CIE-Lab48.169953.0208-61.0258

#9051db color RGB value is (144,81,219).

#9051db hex color red value is 144, green value is 81 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9051db hue: 0.74 , saturation: 0.66 and the lightness value of 9051db is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 01010001 11011011
Octal 220 121 333
Decimal 144 81 219
Hex 90 51 DB

RGB Percentages of Color #9051db

%32.43
%18.24
%49.32

CMYK Percentages of Color #9051db

%34
%63
%0
%14

Triadic Colors of #9051db

#9051db #db9051 #51db90

Analogous Colors of #9051db

#9051db #d551db #5157db

Monochromatic Colors of #9051db

#9051db

Complementary Color

#9051db #9cdb51

#9051db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9051db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9051db Color CSS Codes

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

#9051db Text Font Color

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

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


#9051db Background Color

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

This div background color is #9051db


#9051db Border Color

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

This div border color is #9051db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9051db


Comments

No comments written yet.

Please login to write comment.