Color Hex Logo

#0753db Color Hex

#0753DB
(7,83,219)
0 Favorites   0 Comments

Color spaces of #0753db

RGB 783219
HSL0.610.940.44
HSV218°97°86°
CMYK 0.970.620.00   0.14
XYZ15.967111.346268.3663
Yxy11.34620.16690.1186
Hunter Lab33.684125.6662-96.7579
CIE-Lab40.157533.8294-74.4372

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010011 11011011
Octal 7 123 333
Decimal 7 83 219
Hex 7 53 DB

RGB Percentages of Color #0753db

%2.27
%26.86
%70.87

CMYK Percentages of Color #0753db

%97
%62
%0
%14

Triadic Colors of #0753db

#0753db #db0753 #53db07

Analogous Colors of #0753db

#0753db #2507db #07bddb

Monochromatic Colors of #0753db

#0753db

Complementary Color

#0753db #db8f07

#0753db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0753db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0753db Color CSS Codes

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

#0753db Text Font Color

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

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


#0753db Background Color

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

This div background color is #0753db


#0753db Border Color

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

This div border color is #0753db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0753db


Comments

No comments written yet.

Please login to write comment.