Color Hex Logo

#074dbf Color Hex

#074DBF
(7,77,191)
0 Favorites   0 Comments

Color spaces of #074dbf

RGB 777191
HSL0.600.930.39
HSV217°96°75°
CMYK 0.960.600.00   0.25
XYZ12.14559.114550.4094
Yxy9.11450.16950.1272
Hunter Lab30.190218.9775-77.8649
CIE-Lab36.203826.8260-64.7137

#074dbf color RGB value is (7,77,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001101 10111111
Octal 7 115 277
Decimal 7 77 191
Hex 7 4D BF

RGB Percentages of Color #074dbf

%2.55
%28.00
%69.45

CMYK Percentages of Color #074dbf

%96
%60
%0
%25

Triadic Colors of #074dbf

#074dbf #bf074d #4dbf07

Analogous Colors of #074dbf

#074dbf #1d07bf #07a9bf

Monochromatic Colors of #074dbf

#074dbf

Complementary Color

#074dbf #bf7907

#074dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#074dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#074dbf Color CSS Codes

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

#074dbf Text Font Color

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

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


#074dbf Background Color

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

This div background color is #074dbf


#074dbf Border Color

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

This div border color is #074dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #074dbf


Comments

No comments written yet.

Please login to write comment.