Color Hex Logo

#074cbd Color Hex

#074CBD
(7,76,189)
0 Favorites   0 Comments

Color spaces of #074cbd

RGB 776189
HSL0.600.930.38
HSV217°96°74°
CMYK 0.960.600.00   0.26
XYZ11.85748.888249.2348
Yxy8.88820.16940.1270
Hunter Lab29.813118.8210-77.0453
CIE-Lab35.768126.6967-64.2536

#074cbd color RGB value is (7,76,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001100 10111101
Octal 7 114 275
Decimal 7 76 189
Hex 7 4C BD

RGB Percentages of Color #074cbd

%2.57
%27.94
%69.49

CMYK Percentages of Color #074cbd

%96
%60
%0
%26

Triadic Colors of #074cbd

#074cbd #bd074c #4cbd07

Analogous Colors of #074cbd

#074cbd #1d07bd #07a7bd

Monochromatic Colors of #074cbd

#074cbd

Complementary Color

#074cbd #bd7807

#074cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#074cbd Color CSS Codes

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

#074cbd Text Font Color

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

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


#074cbd Background Color

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

This div background color is #074cbd


#074cbd Border Color

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

This div border color is #074cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074cbd


Comments

No comments written yet.

Please login to write comment.