Color Hex Logo

#070fdc Color Hex

#070FDC
(7,15,220)
0 Favorites   0 Comments

Color spaces of #070fdc

RGB 715220
HSL0.660.940.45
HSV238°97°86°
CMYK 0.970.930.00   0.14
XYZ13.17675.554168.0877
Yxy5.55410.15180.0640
Hunter Lab23.567158.5592-154.7974
CIE-Lab28.258468.0082-94.7200

#070fdc color RGB value is (7,15,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001111 11011100
Octal 7 17 334
Decimal 7 15 220
Hex 7 F DC

RGB Percentages of Color #070fdc

%2.89
%6.20
%90.91

CMYK Percentages of Color #070fdc

%97
%93
%0
%14

Triadic Colors of #070fdc

#070fdc #dc070f #0fdc07

Analogous Colors of #070fdc

#070fdc #6a07dc #077adc

Monochromatic Colors of #070fdc

#070fdc

Complementary Color

#070fdc #dcd407

#070fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#070fdc Color CSS Codes

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

#070fdc Text Font Color

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

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


#070fdc Background Color

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

This div background color is #070fdc


#070fdc Border Color

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

This div border color is #070fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070fdc


Comments

No comments written yet.

Please login to write comment.