Color Hex Logo

#070fde Color Hex

#070FDE
(7,15,222)
0 Favorites   0 Comments

Color spaces of #070fde

RGB 715222
HSL0.660.940.45
HSV238°97°87°
CMYK 0.970.930.00   0.13
XYZ13.44335.660769.4913
Yxy5.66070.15170.0639
Hunter Lab23.792259.2213-156.5171
CIE-Lab28.539868.5291-95.4021

#070fde color RGB value is (7,15,222).

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

The process color (four color CMYK) of #070fde color hex is 0.97, 0.93, 0.00, 0.13. Web safe color of #070fde is #0000cc. Color #070fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001111 11011110
Octal 7 17 336
Decimal 7 15 222
Hex 7 F DE

RGB Percentages of Color #070fde

%2.87
%6.15
%90.98

CMYK Percentages of Color #070fde

%97
%93
%0
%13

Triadic Colors of #070fde

#070fde #de070f #0fde07

Analogous Colors of #070fde

#070fde #6b07de #077bde

Monochromatic Colors of #070fde

#070fde

Complementary Color

#070fde #ded607

#070fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#070fde Color CSS Codes

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

#070fde Text Font Color

<p style="color:#070fde">Text here</p>

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


#070fde Background Color

<div style="background-color:#070fde">
Div content here</div>

This div background color is #070fde


#070fde Border Color

<div style="border:3px solid #070fde">
Div here</div>

This div border color is #070fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070fde


Comments

No comments written yet.

Please login to write comment.