Color Hex Logo

#07457e Color Hex

#07457E
(7,69,126)
0 Favorites   0 Comments

Color spaces of #07457e

RGB 769126
HSL0.580.890.26
HSV209°94°49°
CMYK 0.940.450.00   0.51
XYZ5.98165.807820.5444
Yxy5.80780.18500.1796
Hunter Lab24.09942.1308-33.6744
CIE-Lab28.92235.2518-37.2595

#07457e color RGB value is (7,69,126).

#07457e hex color red value is 7, green value is 69 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #07457e hue: 0.58 , saturation: 0.89 and the lightness value of 07457e is 0.26.

The process color (four color CMYK) of #07457e color hex is 0.94, 0.45, 0.00, 0.51. Web safe color of #07457e is #003366. Color #07457e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000101 01111110
Octal 7 105 176
Decimal 7 69 126
Hex 7 45 7E

RGB Percentages of Color #07457e

%3.47
%34.16
%62.38

CMYK Percentages of Color #07457e

%94
%45
%0
%51

Triadic Colors of #07457e

#07457e #7e0745 #457e07

Analogous Colors of #07457e

#07457e #07097e #077e7c

Monochromatic Colors of #07457e

#07457e

Complementary Color

#07457e #7e4007

#07457e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07457e Color Preview on White Background

Lorem ipsum dolor sit amet.

#07457e Color CSS Codes

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

#07457e Text Font Color

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

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


#07457e Background Color

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

This div background color is #07457e


#07457e Border Color

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

This div border color is #07457e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07457e


Comments

No comments written yet.

Please login to write comment.