Color Hex Logo

#070ba7 Color Hex

#070BA7
(7,11,167)
0 Favorites   0 Comments

Color spaces of #070ba7

RGB 711167
HSL0.660.920.34
HSV239°96°65°
CMYK 0.960.930.00   0.35
XYZ7.18233.074536.7741
Yxy3.07450.15270.0654
Hunter Lab17.534342.4314-112.0733
CIE-Lab20.339854.7499-76.6257

#070ba7 color RGB value is (7,11,167).

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

The process color (four color CMYK) of #070ba7 color hex is 0.96, 0.93, 0.00, 0.35. Web safe color of #070ba7 is #000099. Color #070ba7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001011 10100111
Octal 7 13 247
Decimal 7 11 167
Hex 7 B A7

RGB Percentages of Color #070ba7

%3.78
%5.95
%90.27

CMYK Percentages of Color #070ba7

%96
%93
%0
%35

Triadic Colors of #070ba7

#070ba7 #a7070b #0ba707

Analogous Colors of #070ba7

#070ba7 #5307a7 #075ba7

Monochromatic Colors of #070ba7

#070ba7

Complementary Color

#070ba7 #a7a307

#070ba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070ba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070ba7 Color CSS Codes

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

#070ba7 Text Font Color

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

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


#070ba7 Background Color

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

This div background color is #070ba7


#070ba7 Border Color

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

This div border color is #070ba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070ba7


Comments

No comments written yet.

Please login to write comment.