Color Hex Logo

#070fad Color Hex

#070FAD
(7,15,173)
0 Favorites   0 Comments

Color spaces of #070fad

RGB 715173
HSL0.660.920.35
HSV237°96°68°
CMYK 0.960.910.00   0.32
XYZ7.80133.403939.7810
Yxy3.40390.15300.0668
Hunter Lab18.449743.1905-114.9258
CIE-Lab21.593955.2507-78.1608

#070fad color RGB value is (7,15,173).

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

The process color (four color CMYK) of #070fad color hex is 0.96, 0.91, 0.00, 0.32. Web safe color of #070fad is #000099. Color #070fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001111 10101101
Octal 7 17 255
Decimal 7 15 173
Hex 7 F AD

RGB Percentages of Color #070fad

%3.59
%7.69
%88.72

CMYK Percentages of Color #070fad

%96
%91
%0
%32

Triadic Colors of #070fad

#070fad #ad070f #0fad07

Analogous Colors of #070fad

#070fad #5207ad #0762ad

Monochromatic Colors of #070fad

#070fad

Complementary Color

#070fad #ada507

#070fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#070fad Color CSS Codes

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

#070fad Text Font Color

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

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


#070fad Background Color

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

This div background color is #070fad


#070fad Border Color

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

This div border color is #070fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070fad


Comments

No comments written yet.

Please login to write comment.