Color Hex Logo

#074cbb Color Hex

#074CBB
(7,76,187)
0 Favorites   0 Comments

Color spaces of #074cbb

RGB 776187
HSL0.600.930.38
HSV217°96°73°
CMYK 0.960.590.00   0.27
XYZ11.64178.801948.0991
Yxy8.80190.16980.1284
Hunter Lab29.668018.1243-75.3560
CIE-Lab35.600125.8970-63.3539

#074cbb color RGB value is (7,76,187).

#074cbb hex color red value is 7, green value is 76 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #074cbb hue: 0.60 , saturation: 0.93 and the lightness value of 074cbb is 0.38.

The process color (four color CMYK) of #074cbb color hex is 0.96, 0.59, 0.00, 0.27. Web safe color of #074cbb is #0033cc. Color #074cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001100 10111011
Octal 7 114 273
Decimal 7 76 187
Hex 7 4C BB

RGB Percentages of Color #074cbb

%2.59
%28.15
%69.26

CMYK Percentages of Color #074cbb

%96
%59
%0
%27

Triadic Colors of #074cbb

#074cbb #bb074c #4cbb07

Analogous Colors of #074cbb

#074cbb #1c07bb #07a6bb

Monochromatic Colors of #074cbb

#074cbb

Complementary Color

#074cbb #bb7607

#074cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#074cbb Color CSS Codes

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

#074cbb Text Font Color

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

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


#074cbb Background Color

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

This div background color is #074cbb


#074cbb Border Color

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

This div border color is #074cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074cbb


Comments

No comments written yet.

Please login to write comment.