Color Hex Logo

#07405f Color Hex

#07405F
(7,64,95)
0 Favorites   0 Comments

Color spaces of #07405f

RGB 76495
HSL0.560.860.20
HSV201°93°37°
CMYK 0.930.330.00   0.63
XYZ3.98664.538211.4923
Yxy4.53820.19920.2267
Hunter Lab21.3031-3.8763-17.0729
CIE-Lab25.3764-4.6232-23.1789

#07405f color RGB value is (7,64,95).

#07405f hex color red value is 7, green value is 64 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #07405f hue: 0.56 , saturation: 0.86 and the lightness value of 07405f is 0.20.

The process color (four color CMYK) of #07405f color hex is 0.93, 0.33, 0.00, 0.63. Web safe color of #07405f is #003366. Color #07405f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000000 01011111
Octal 7 100 137
Decimal 7 64 95
Hex 7 40 5F

RGB Percentages of Color #07405f

%4.22
%38.55
%57.23

CMYK Percentages of Color #07405f

%93
%33
%0
%63

Triadic Colors of #07405f

#07405f #5f0740 #405f07

Analogous Colors of #07405f

#07405f #07145f #075f52

Monochromatic Colors of #07405f

#07405f

Complementary Color

#07405f #5f2607

#07405f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07405f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07405f Color CSS Codes

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

#07405f Text Font Color

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

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


#07405f Background Color

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

This div background color is #07405f


#07405f Border Color

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

This div border color is #07405f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07405f


Comments

No comments written yet.

Please login to write comment.