Color Hex Logo

#070368 Color Hex

#070368
(7,3,104)
0 Favorites   0 Comments

Color spaces of #070368

RGB 73104
HSL0.670.940.21
HSV242°97°41°
CMYK 0.930.970.00   0.59
XYZ2.61891.109813.1729
Yxy1.10980.15490.0657
Hunter Lab10.534725.9389-66.7636
CIE-Lab9.874639.4903-54.3056

#070368 color RGB value is (7,3,104).

#070368 hex color red value is 7, green value is 3 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #070368 hue: 0.67 , saturation: 0.94 and the lightness value of 070368 is 0.21.

The process color (four color CMYK) of #070368 color hex is 0.93, 0.97, 0.00, 0.59. Web safe color of #070368 is #000066. Color #070368 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000011 01101000
Octal 7 3 150
Decimal 7 3 104
Hex 7 3 68

RGB Percentages of Color #070368

%6.14
%2.63
%91.23

CMYK Percentages of Color #070368

%93
%97
%0
%59

Triadic Colors of #070368

#070368 #680703 #036807

Analogous Colors of #070368

#070368 #3a0368 #033168

Monochromatic Colors of #070368

#070368

Complementary Color

#070368 #646803

#070368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070368 Color CSS Codes

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

#070368 Text Font Color

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

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


#070368 Background Color

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

This div background color is #070368


#070368 Border Color

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

This div border color is #070368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070368


Comments

No comments written yet.

Please login to write comment.