Color Hex Logo

#074053 Color Hex

#074053
(7,64,83)
0 Favorites   0 Comments

Color spaces of #074053

RGB 76483
HSL0.540.840.18
HSV195°92°33°
CMYK 0.920.230.00   0.67
XYZ3.48244.33658.8371
Yxy4.33650.20910.2604
Hunter Lab20.8243-6.5923-10.5836
CIE-Lab24.7541-9.5971-16.3268

#074053 color RGB value is (7,64,83).

#074053 hex color red value is 7, green value is 64 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #074053 hue: 0.54 , saturation: 0.84 and the lightness value of 074053 is 0.18.

The process color (four color CMYK) of #074053 color hex is 0.92, 0.23, 0.00, 0.67. Web safe color of #074053 is #003366. Color #074053 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01000000 01010011
Octal 7 100 123
Decimal 7 64 83
Hex 7 40 53

RGB Percentages of Color #074053

%4.55
%41.56
%53.90

CMYK Percentages of Color #074053

%92
%23
%0
%67

Triadic Colors of #074053

#074053 #530740 #405307

Analogous Colors of #074053

#074053 #071a53 #075340

Monochromatic Colors of #074053

#074053

Complementary Color

#074053 #531a07

#074053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074053 Color CSS Codes

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

#074053 Text Font Color

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

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


#074053 Background Color

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

This div background color is #074053


#074053 Border Color

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

This div border color is #074053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074053


Comments

No comments written yet.

Please login to write comment.