Color Hex Logo

#07416c Color Hex

#07416C
(7,65,108)
0 Favorites   0 Comments

Color spaces of #07416c

RGB 765108
HSL0.570.880.23
HSV206°94°42°
CMYK 0.940.400.00   0.58
XYZ4.68474.908514.8879
Yxy4.90850.19140.2005
Hunter Lab22.1551-1.0277-24.3333
CIE-Lab26.47250.2523-29.8073

#07416c color RGB value is (7,65,108).

#07416c hex color red value is 7, green value is 65 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #07416c hue: 0.57 , saturation: 0.88 and the lightness value of 07416c is 0.23.

The process color (four color CMYK) of #07416c color hex is 0.94, 0.40, 0.00, 0.58. Web safe color of #07416c is #003366. Color #07416c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000001 01101100
Octal 7 101 154
Decimal 7 65 108
Hex 7 41 6C

RGB Percentages of Color #07416c

%3.89
%36.11
%60.00

CMYK Percentages of Color #07416c

%94
%40
%0
%58

Triadic Colors of #07416c

#07416c #6c0741 #416c07

Analogous Colors of #07416c

#07416c #070f6c #076c65

Monochromatic Colors of #07416c

#07416c

Complementary Color

#07416c #6c3207

#07416c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07416c Color Preview on White Background

Lorem ipsum dolor sit amet.

#07416c Color CSS Codes

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

#07416c Text Font Color

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

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


#07416c Background Color

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

This div background color is #07416c


#07416c Border Color

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

This div border color is #07416c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07416c


Comments

No comments written yet.

Please login to write comment.