Color Hex Logo

#0749af Color Hex

#0749AF
(7,73,175)
0 Favorites   0 Comments

Color spaces of #0749af

RGB 773175
HSL0.600.920.36
HSV216°96°69°
CMYK 0.960.580.00   0.31
XYZ10.20807.905441.5453
Yxy7.90540.17110.1325
Hunter Lab28.116515.6023-67.9259
CIE-Lab33.785123.0771-59.2246

#0749af color RGB value is (7,73,175).

#0749af hex color red value is 7, green value is 73 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0749af hue: 0.60 , saturation: 0.92 and the lightness value of 0749af is 0.36.

The process color (four color CMYK) of #0749af color hex is 0.96, 0.58, 0.00, 0.31. Web safe color of #0749af is #003399. Color #0749af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01001001 10101111
Octal 7 111 257
Decimal 7 73 175
Hex 7 49 AF

RGB Percentages of Color #0749af

%2.75
%28.63
%68.63

CMYK Percentages of Color #0749af

%96
%58
%0
%31

Triadic Colors of #0749af

#0749af #af0749 #49af07

Analogous Colors of #0749af

#0749af #1907af #079daf

Monochromatic Colors of #0749af

#0749af

Complementary Color

#0749af #af6d07

#0749af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0749af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0749af Color CSS Codes

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

#0749af Text Font Color

<p style="color:#0749af">Text here</p>

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


#0749af Background Color

<div style="background-color:#0749af">
Div content here</div>

This div background color is #0749af


#0749af Border Color

<div style="border:3px solid #0749af">
Div here</div>

This div border color is #0749af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,73,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0749af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0749af;
  -webkit-box-shadow: 1px 1px 3px 2px #0749af;
  box-shadow:         1px 1px 3px 2px #0749af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0749af


Comments

No comments written yet.

Please login to write comment.