Color Hex Logo

#074066 Color Hex

#074066
(7,64,102)
0 Favorites   0 Comments

Color spaces of #074066

RGB 764102
HSL0.570.870.21
HSV204°93°40°
CMYK 0.930.370.00   0.60
XYZ4.31934.671313.2444
Yxy4.67130.19430.2101
Hunter Lab21.6132-2.1507-21.2032
CIE-Lab25.7770-1.6458-27.0662

#074066 color RGB value is (7,64,102).

#074066 hex color red value is 7, green value is 64 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #074066 hue: 0.57 , saturation: 0.87 and the lightness value of 074066 is 0.21.

The process color (four color CMYK) of #074066 color hex is 0.93, 0.37, 0.00, 0.60. Web safe color of #074066 is #003366. Color #074066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000000 01100110
Octal 7 100 146
Decimal 7 64 102
Hex 7 40 66

RGB Percentages of Color #074066

%4.05
%36.99
%58.96

CMYK Percentages of Color #074066

%93
%37
%0
%60

Triadic Colors of #074066

#074066 #660740 #406607

Analogous Colors of #074066

#074066 #071066 #07665d

Monochromatic Colors of #074066

#074066

Complementary Color

#074066 #662d07

#074066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074066 Color CSS Codes

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

#074066 Text Font Color

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

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


#074066 Background Color

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

This div background color is #074066


#074066 Border Color

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

This div border color is #074066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074066


Comments

No comments written yet.

Please login to write comment.