Color Hex Logo

#0905db Color Hex

#0905DB
(9,5,219)
0 Favorites   0 Comments

Color spaces of #0905db

RGB 95219
HSL0.670.960.44
HSV241°98°86°
CMYK 0.960.980.00   0.14
XYZ12.95315.281167.3545
Yxy5.28110.15130.0617
Hunter Lab22.980660.3959-157.6880
CIE-Lab27.521169.7144-95.3752

#0905db color RGB value is (9,5,219).

#0905db hex color red value is 9, green value is 5 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0905db hue: 0.67 , saturation: 0.96 and the lightness value of 0905db is 0.44.

The process color (four color CMYK) of #0905db color hex is 0.96, 0.98, 0.00, 0.14. Web safe color of #0905db is #0000cc. Color #0905db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00000101 11011011
Octal 11 5 333
Decimal 9 5 219
Hex 9 5 DB

RGB Percentages of Color #0905db

%3.86
%2.15
%93.99

CMYK Percentages of Color #0905db

%96
%98
%0
%14

Triadic Colors of #0905db

#0905db #db0905 #05db09

Analogous Colors of #0905db

#0905db #7405db #056cdb

Monochromatic Colors of #0905db

#0905db

Complementary Color

#0905db #d7db05

#0905db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0905db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0905db Color CSS Codes

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

#0905db Text Font Color

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

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


#0905db Background Color

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

This div background color is #0905db


#0905db Border Color

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

This div border color is #0905db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0905db


Comments

No comments written yet.

Please login to write comment.