Color Hex Logo

#070376 Color Hex

#070376
(7,3,118)
0 Favorites   0 Comments

Color spaces of #070376

RGB 73118
HSL0.670.950.24
HSV242°97°46°
CMYK 0.940.970.00   0.54
XYZ3.39021.418317.2346
Yxy1.41830.15380.0643
Hunter Lab11.909229.9724-77.4658
CIE-Lab12.078943.5584-59.7755

#070376 color RGB value is (7,3,118).

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

The process color (four color CMYK) of #070376 color hex is 0.94, 0.97, 0.00, 0.54. Web safe color of #070376 is #000066. Color #070376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00000011 01110110
Octal 7 3 166
Decimal 7 3 118
Hex 7 3 76

RGB Percentages of Color #070376

%5.47
%2.34
%92.19

CMYK Percentages of Color #070376

%94
%97
%0
%54

Triadic Colors of #070376

#070376 #760703 #037607

Analogous Colors of #070376

#070376 #410376 #033976

Monochromatic Colors of #070376

#070376

Complementary Color

#070376 #727603

#070376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#070376 Color CSS Codes

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

#070376 Text Font Color

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

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


#070376 Background Color

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

This div background color is #070376


#070376 Border Color

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

This div border color is #070376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070376


Comments

No comments written yet.

Please login to write comment.