Color Hex Logo

#073eaf Color Hex

#073EAF
(7,62,175)
0 Favorites   0 Comments

Color spaces of #073eaf

RGB 762175
HSL0.610.920.36
HSV220°96°69°
CMYK 0.960.650.00   0.31
XYZ9.54816.585641.3253
Yxy6.58560.16620.1146
Hunter Lab25.662421.5044-77.5135
CIE-Lab30.844330.5172-64.0385

#073eaf color RGB value is (7,62,175).

#073eaf hex color red value is 7, green value is 62 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #073eaf hue: 0.61 , saturation: 0.92 and the lightness value of 073eaf is 0.36.

The process color (four color CMYK) of #073eaf color hex is 0.96, 0.65, 0.00, 0.31. Web safe color of #073eaf is #003399. Color #073eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00111110 10101111
Octal 7 76 257
Decimal 7 62 175
Hex 7 3E AF

RGB Percentages of Color #073eaf

%2.87
%25.41
%71.72

CMYK Percentages of Color #073eaf

%96
%65
%0
%31

Triadic Colors of #073eaf

#073eaf #af073e #3eaf07

Analogous Colors of #073eaf

#073eaf #2407af #0792af

Monochromatic Colors of #073eaf

#073eaf

Complementary Color

#073eaf #af7807

#073eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#073eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#073eaf Color CSS Codes

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

#073eaf Text Font Color

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

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


#073eaf Background Color

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

This div background color is #073eaf


#073eaf Border Color

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

This div border color is #073eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #073eaf


Comments

No comments written yet.

Please login to write comment.