Color Hex Logo

#0707db Color Hex

#0707DB
(7,7,219)
0 Favorites   0 Comments

Color spaces of #0707db

RGB 77219
HSL0.670.940.44
HSV240°97°86°
CMYK 0.970.970.00   0.14
XYZ12.94985.311667.3605
Yxy5.31160.15120.0620
Hunter Lab23.046959.9651-157.1574
CIE-Lab27.604769.3321-95.2361

#0707db color RGB value is (7,7,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000111 11011011
Octal 7 7 333
Decimal 7 7 219
Hex 7 7 DB

RGB Percentages of Color #0707db

%3.00
%3.00
%93.99

CMYK Percentages of Color #0707db

%97
%97
%0
%14

Triadic Colors of #0707db

#0707db #db0707 #07db07

Analogous Colors of #0707db

#0707db #7107db #0771db

Monochromatic Colors of #0707db

#0707db

Complementary Color

#0707db #dbdb07

#0707db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0707db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0707db Color CSS Codes

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

#0707db Text Font Color

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

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


#0707db Background Color

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

This div background color is #0707db


#0707db Border Color

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

This div border color is #0707db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0707db


Comments

No comments written yet.

Please login to write comment.