Color Hex Logo

#0727db Color Hex

#0727DB
(7,39,219)
0 Favorites   0 Comments

Color spaces of #0727db

RGB 739219
HSL0.640.940.44
HSV231°97°86°
CMYK 0.970.820.00   0.14
XYZ13.59936.610767.5771
Yxy6.61070.15490.0753
Hunter Lab25.711349.4181-137.8343
CIE-Lab30.903759.3435-89.7305

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00100111 11011011
Octal 7 47 333
Decimal 7 39 219
Hex 7 27 DB

RGB Percentages of Color #0727db

%2.64
%14.72
%82.64

CMYK Percentages of Color #0727db

%97
%82
%0
%14

Triadic Colors of #0727db

#0727db #db0727 #27db07

Analogous Colors of #0727db

#0727db #5107db #0791db

Monochromatic Colors of #0727db

#0727db

Complementary Color

#0727db #dbbb07

#0727db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0727db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0727db Color CSS Codes

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

#0727db Text Font Color

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

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


#0727db Background Color

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

This div background color is #0727db


#0727db Border Color

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

This div border color is #0727db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0727db


Comments

No comments written yet.

Please login to write comment.