Color Hex Logo

#074148 Color Hex

#074148
(7,65,72)
0 Favorites   0 Comments

Color spaces of #074148

RGB 76572
HSL0.520.820.15
HSV186°90°28°
CMYK 0.900.100.00   0.72
XYZ3.14764.29366.7938
Yxy4.29360.22110.3016
Hunter Lab20.7210-9.1469-4.9347
CIE-Lab24.6192-14.5181-9.2926

#074148 color RGB value is (7,65,72).

#074148 hex color red value is 7, green value is 65 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #074148 hue: 0.52 , saturation: 0.82 and the lightness value of 074148 is 0.15.

The process color (four color CMYK) of #074148 color hex is 0.90, 0.10, 0.00, 0.72. Web safe color of #074148 is #003333. Color #074148 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000001 01001000
Octal 7 101 110
Decimal 7 65 72
Hex 7 41 48

RGB Percentages of Color #074148

%4.86
%45.14
%50.00

CMYK Percentages of Color #074148

%90
%10
%0
%72

Triadic Colors of #074148

#074148 #480741 #414807

Analogous Colors of #074148

#074148 #072148 #07482f

Monochromatic Colors of #074148

#074148

Complementary Color

#074148 #480e07

#074148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074148 Color CSS Codes

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

#074148 Text Font Color

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

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


#074148 Background Color

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

This div background color is #074148


#074148 Border Color

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

This div border color is #074148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074148


Comments

No comments written yet.

Please login to write comment.