Color Hex Logo

#076fa2 Color Hex

#076FA2
(7,111,162)
0 Favorites   0 Comments

Color spaces of #076fa2

RGB 7111162
HSL0.550.920.33
HSV200°96°64°
CMYK 0.960.310.00   0.36
XYZ12.293614.022736.2411
Yxy14.02270.19650.2242
Hunter Lab37.4469-6.9315-31.1680
CIE-Lab44.2655-6.9030-34.6984

#076fa2 color RGB value is (7,111,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101111 10100010
Octal 7 157 242
Decimal 7 111 162
Hex 7 6F A2

RGB Percentages of Color #076fa2

%2.50
%39.64
%57.86

CMYK Percentages of Color #076fa2

%96
%31
%0
%36

Triadic Colors of #076fa2

#076fa2 #a2076f #6fa207

Analogous Colors of #076fa2

#076fa2 #0722a2 #07a288

Monochromatic Colors of #076fa2

#076fa2

Complementary Color

#076fa2 #a23a07

#076fa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076fa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076fa2 Color CSS Codes

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

#076fa2 Text Font Color

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

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


#076fa2 Background Color

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

This div background color is #076fa2


#076fa2 Border Color

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

This div border color is #076fa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076fa2


Comments

No comments written yet.

Please login to write comment.