Color Hex Logo

#07426e Color Hex

#07426E
(7,66,110)
0 Favorites   0 Comments

Color spaces of #07426e

RGB 766110
HSL0.570.880.23
HSV206°94°43°
CMYK 0.940.400.00   0.57
XYZ4.85035.067415.4743
Yxy5.06740.19100.1996
Hunter Lab22.5109-0.9336-24.9992
CIE-Lab26.92590.4329-30.3609

#07426e color RGB value is (7,66,110).

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

The process color (four color CMYK) of #07426e color hex is 0.94, 0.40, 0.00, 0.57. Web safe color of #07426e is #003366. Color #07426e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000010 01101110
Octal 7 102 156
Decimal 7 66 110
Hex 7 42 6E

RGB Percentages of Color #07426e

%3.83
%36.07
%60.11

CMYK Percentages of Color #07426e

%94
%40
%0
%57

Triadic Colors of #07426e

#07426e #6e0742 #426e07

Analogous Colors of #07426e

#07426e #070e6e #076e67

Monochromatic Colors of #07426e

#07426e

Complementary Color

#07426e #6e3307

#07426e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07426e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07426e Color CSS Codes

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

#07426e Text Font Color

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

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


#07426e Background Color

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

This div background color is #07426e


#07426e Border Color

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

This div border color is #07426e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07426e


Comments

No comments written yet.

Please login to write comment.