Color Hex Logo

#076982 Color Hex

#076982
(7,105,130)
0 Favorites   0 Comments

Color spaces of #076982

RGB 7105130
HSL0.530.900.27
HSV192°95°51°
CMYK 0.950.190.00   0.49
XYZ9.168511.760022.9058
Yxy11.76000.20920.2683
Hunter Lab34.2929-12.2889-15.5976
CIE-Lab40.8321-15.6558-20.9620

#076982 color RGB value is (7,105,130).

#076982 hex color red value is 7, green value is 105 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #076982 hue: 0.53 , saturation: 0.90 and the lightness value of 076982 is 0.27.

The process color (four color CMYK) of #076982 color hex is 0.95, 0.19, 0.00, 0.49. Web safe color of #076982 is #006699. Color #076982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101001 10000010
Octal 7 151 202
Decimal 7 105 130
Hex 7 69 82

RGB Percentages of Color #076982

%2.89
%43.39
%53.72

CMYK Percentages of Color #076982

%95
%19
%0
%49

Triadic Colors of #076982

#076982 #820769 #698207

Analogous Colors of #076982

#076982 #072c82 #07825e

Monochromatic Colors of #076982

#076982

Complementary Color

#076982 #822007

#076982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076982 Color CSS Codes

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

#076982 Text Font Color

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

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


#076982 Background Color

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

This div background color is #076982


#076982 Border Color

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

This div border color is #076982


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,105,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #076982; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #076982;
  -webkit-box-shadow: 1px 1px 3px 2px #076982;
  box-shadow:         1px 1px 3px 2px #076982; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076982


Comments

No comments written yet.

Please login to write comment.