Color Hex Logo

#0757de Color Hex

#0757DE
(7,87,222)
0 Favorites   0 Comments

Color spaces of #0757de

RGB 787222
HSL0.600.940.45
HSV218°97°87°
CMYK 0.970.610.00   0.13
XYZ16.680612.135570.5705
Yxy12.13550.16780.1221
Hunter Lab34.836024.5084-95.7238
CIE-Lab41.430732.3915-74.0633

#0757de color RGB value is (7,87,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010111 11011110
Octal 7 127 336
Decimal 7 87 222
Hex 7 57 DE

RGB Percentages of Color #0757de

%2.22
%27.53
%70.25

CMYK Percentages of Color #0757de

%97
%61
%0
%13

Triadic Colors of #0757de

#0757de #de0757 #57de07

Analogous Colors of #0757de

#0757de #2307de #07c3de

Monochromatic Colors of #0757de

#0757de

Complementary Color

#0757de #de8e07

#0757de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0757de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0757de Color CSS Codes

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

#0757de Text Font Color

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

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


#0757de Background Color

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

This div background color is #0757de


#0757de Border Color

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

This div border color is #0757de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0757de


Comments

No comments written yet.

Please login to write comment.