Color Hex Logo

#0759de Color Hex

#0759DE
(7,89,222)
0 Favorites   0 Comments

Color spaces of #0759de

RGB 789222
HSL0.600.940.45
HSV217°97°87°
CMYK 0.970.600.00   0.13
XYZ16.844812.463970.6252
Yxy12.46390.16860.1247
Hunter Lab35.304223.3857-93.8951
CIE-Lab41.944131.0940-73.2227

#0759de color RGB value is (7,89,222).

#0759de hex color red value is 7, green value is 89 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0759de hue: 0.60 , saturation: 0.94 and the lightness value of 0759de is 0.45.

The process color (four color CMYK) of #0759de color hex is 0.97, 0.60, 0.00, 0.13. Web safe color of #0759de is #0066cc. Color #0759de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011001 11011110
Octal 7 131 336
Decimal 7 89 222
Hex 7 59 DE

RGB Percentages of Color #0759de

%2.20
%27.99
%69.81

CMYK Percentages of Color #0759de

%97
%60
%0
%13

Triadic Colors of #0759de

#0759de #de0759 #59de07

Analogous Colors of #0759de

#0759de #2007de #07c5de

Monochromatic Colors of #0759de

#0759de

Complementary Color

#0759de #de8c07

#0759de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0759de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0759de Color CSS Codes

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

#0759de Text Font Color

<p style="color:#0759de">Text here</p>

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


#0759de Background Color

<div style="background-color:#0759de">
Div content here</div>

This div background color is #0759de


#0759de Border Color

<div style="border:3px solid #0759de">
Div here</div>

This div border color is #0759de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,89,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0759de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0759de;
  -webkit-box-shadow: 1px 1px 3px 2px #0759de;
  box-shadow:         1px 1px 3px 2px #0759de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,89,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0759de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0759de


Comments

No comments written yet.

Please login to write comment.