Color Hex Logo

#070965 Color Hex

#070965
(7,9,101)
0 Favorites   0 Comments

Color spaces of #070965

RGB 79101
HSL0.660.870.21
HSV239°93°40°
CMYK 0.930.910.00   0.60
XYZ2.53431.180112.4061
Yxy1.18010.15720.0732
Hunter Lab10.863222.6318-60.1064
CIE-Lab10.409735.5394-51.4250

#070965 color RGB value is (7,9,101).

#070965 hex color red value is 7, green value is 9 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #070965 hue: 0.66 , saturation: 0.87 and the lightness value of 070965 is 0.21.

The process color (four color CMYK) of #070965 color hex is 0.93, 0.91, 0.00, 0.60. Web safe color of #070965 is #000066. Color #070965 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001001 01100101
Octal 7 11 145
Decimal 7 9 101
Hex 7 9 65

RGB Percentages of Color #070965

%5.98
%7.69
%86.32

CMYK Percentages of Color #070965

%93
%91
%0
%60

Triadic Colors of #070965

#070965 #650709 #096507

Analogous Colors of #070965

#070965 #340765 #073865

Monochromatic Colors of #070965

#070965

Complementary Color

#070965 #656307

#070965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070965 Color CSS Codes

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

#070965 Text Font Color

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

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


#070965 Background Color

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

This div background color is #070965


#070965 Border Color

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

This div border color is #070965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070965


Comments

No comments written yet.

Please login to write comment.