Color Hex Logo

#070696 Color Hex

#070696
(7,6,150)
0 Favorites   0 Comments

Color spaces of #070696

RGB 76150
HSL0.670.920.31
HSV240°96°59°
CMYK 0.950.960.00   0.41
XYZ5.65782.377429.0149
Yxy2.37740.15270.0642
Hunter Lab15.418838.5161-100.7778
CIE-Lab17.354851.4561-71.1932

#070696 color RGB value is (7,6,150).

#070696 hex color red value is 7, green value is 6 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #070696 hue: 0.67 , saturation: 0.92 and the lightness value of 070696 is 0.31.

The process color (four color CMYK) of #070696 color hex is 0.95, 0.96, 0.00, 0.41. Web safe color of #070696 is #000099. Color #070696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000110 10010110
Octal 7 6 226
Decimal 7 6 150
Hex 7 6 96

RGB Percentages of Color #070696

%4.29
%3.68
%92.02

CMYK Percentages of Color #070696

%95
%96
%0
%41

Triadic Colors of #070696

#070696 #960706 #069607

Analogous Colors of #070696

#070696 #4f0696 #064d96

Monochromatic Colors of #070696

#070696

Complementary Color

#070696 #959606

#070696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070696 Color CSS Codes

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

#070696 Text Font Color

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

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


#070696 Background Color

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

This div background color is #070696


#070696 Border Color

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

This div border color is #070696


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,6,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #070696; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #070696;
  -webkit-box-shadow: 1px 1px 3px 2px #070696;
  box-shadow:         1px 1px 3px 2px #070696; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070696


Comments

No comments written yet.

Please login to write comment.