Color Hex Logo

#074fcf Color Hex

#074FCF
(7,79,207)
0 Favorites   0 Comments

Color spaces of #074fcf

RGB 779207
HSL0.610.930.42
HSV218°97°81°
CMYK 0.970.620.00   0.19
XYZ14.146110.142160.2435
Yxy10.14210.16730.1200
Hunter Lab31.846723.5570-89.8647
CIE-Lab38.096331.8001-70.9206

#074fcf color RGB value is (7,79,207).

#074fcf hex color red value is 7, green value is 79 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #074fcf hue: 0.61 , saturation: 0.93 and the lightness value of 074fcf is 0.42.

The process color (four color CMYK) of #074fcf color hex is 0.97, 0.62, 0.00, 0.19. Web safe color of #074fcf is #0066cc. Color #074fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001111 11001111
Octal 7 117 317
Decimal 7 79 207
Hex 7 4F CF

RGB Percentages of Color #074fcf

%2.39
%26.96
%70.65

CMYK Percentages of Color #074fcf

%97
%62
%0
%19

Triadic Colors of #074fcf

#074fcf #cf074f #4fcf07

Analogous Colors of #074fcf

#074fcf #2307cf #07b3cf

Monochromatic Colors of #074fcf

#074fcf

Complementary Color

#074fcf #cf8707

#074fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#074fcf Color CSS Codes

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

#074fcf Text Font Color

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

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


#074fcf Background Color

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

This div background color is #074fcf


#074fcf Border Color

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

This div border color is #074fcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,79,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #074fcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #074fcf;
  -webkit-box-shadow: 1px 1px 3px 2px #074fcf;
  box-shadow:         1px 1px 3px 2px #074fcf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074fcf


Comments

No comments written yet.

Please login to write comment.