Color Hex Logo

#076faf Color Hex

#076FAF
(7,111,175)
0 Favorites   0 Comments

Color spaces of #076faf

RGB 7111175
HSL0.560.920.36
HSV203°96°69°
CMYK 0.960.370.00   0.31
XYZ13.509914.509242.6459
Yxy14.50920.19120.2053
Hunter Lab38.0909-3.3497-39.7163
CIE-Lab44.9545-1.7946-41.2368

#076faf color RGB value is (7,111,175).

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

The process color (four color CMYK) of #076faf color hex is 0.96, 0.37, 0.00, 0.31. Web safe color of #076faf is #006699. Color #076faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101111 10101111
Octal 7 157 257
Decimal 7 111 175
Hex 7 6F AF

RGB Percentages of Color #076faf

%2.39
%37.88
%59.73

CMYK Percentages of Color #076faf

%96
%37
%0
%31

Triadic Colors of #076faf

#076faf #af076f #6faf07

Analogous Colors of #076faf

#076faf #071baf #07af9b

Monochromatic Colors of #076faf

#076faf

Complementary Color

#076faf #af4707

#076faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#076faf Color CSS Codes

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

#076faf Text Font Color

<p style="color:#076faf">Text here</p>

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


#076faf Background Color

<div style="background-color:#076faf">
Div content here</div>

This div background color is #076faf


#076faf Border Color

<div style="border:3px solid #076faf">
Div here</div>

This div border color is #076faf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,111,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 #076faf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076faf


Comments

No comments written yet.

Please login to write comment.