Color Hex Logo

#074bd1 Color Hex

#074BD1
(7,75,209)
0 Favorites   0 Comments

Color spaces of #074bd1

RGB 775209
HSL0.610.940.42
HSV220°97°82°
CMYK 0.970.640.00   0.18
XYZ14.11239.680861.4464
Yxy9.68080.16560.1136
Hunter Lab31.114026.5124-95.3109
CIE-Lab37.263335.1791-73.4423

#074bd1 color RGB value is (7,75,209).

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

The process color (four color CMYK) of #074bd1 color hex is 0.97, 0.64, 0.00, 0.18. Web safe color of #074bd1 is #0033cc. Color #074bd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001011 11010001
Octal 7 113 321
Decimal 7 75 209
Hex 7 4B D1

RGB Percentages of Color #074bd1

%2.41
%25.77
%71.82

CMYK Percentages of Color #074bd1

%97
%64
%0
%18

Triadic Colors of #074bd1

#074bd1 #d1074b #4bd107

Analogous Colors of #074bd1

#074bd1 #2807d1 #07b0d1

Monochromatic Colors of #074bd1

#074bd1

Complementary Color

#074bd1 #d18d07

#074bd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074bd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#074bd1 Color CSS Codes

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

#074bd1 Text Font Color

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

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


#074bd1 Background Color

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

This div background color is #074bd1


#074bd1 Border Color

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

This div border color is #074bd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074bd1


Comments

No comments written yet.

Please login to write comment.