Color Hex Logo

#070078 Color Hex

#070078
(7,0,120)
0 Favorites   0 Comments

Color spaces of #070078

RGB 70120
HSL0.681.000.24
HSV244°100°47°
CMYK 0.941.000.00   0.53
XYZ3.47781.401217.8565
Yxy1.40120.15300.0616
Hunter Lab11.837231.7285-81.1531
CIE-Lab11.965645.4523-61.2568

#070078 color RGB value is (7,0,120).

#070078 hex color red value is 7, green value is 0 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #070078 hue: 0.68 , saturation: 1.00 and the lightness value of 070078 is 0.24.

The process color (four color CMYK) of #070078 color hex is 0.94, 1.00, 0.00, 0.53. Web safe color of #070078 is #000066. Color #070078 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000000 01111000
Octal 7 0 170
Decimal 7 0 120
Hex 7 0 78

RGB Percentages of Color #070078

%5.51
%0.00
%94.49

CMYK Percentages of Color #070078

%94
%100
%0
%53

Triadic Colors of #070078

#070078 #780700 #007807

Analogous Colors of #070078

#070078 #430078 #003578

Monochromatic Colors of #070078

#070078

Complementary Color

#070078 #717800

#070078 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070078 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070078 Color CSS Codes

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

#070078 Text Font Color

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

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


#070078 Background Color

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

This div background color is #070078


#070078 Border Color

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

This div border color is #070078


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070078


Comments

No comments written yet.

Please login to write comment.