Color Hex Logo

#076182 Color Hex

#076182
(7,97,130)
0 Favorites   0 Comments

Color spaces of #076182

RGB 797130
HSL0.540.900.27
HSV196°95°51°
CMYK 0.950.250.00   0.49
XYZ8.391610.206322.6468
Yxy10.20630.20350.2475
Hunter Lab31.9473-9.0212-19.6664
CIE-Lab38.2102-11.0234-25.0325

#076182 color RGB value is (7,97,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100001 10000010
Octal 7 141 202
Decimal 7 97 130
Hex 7 61 82

RGB Percentages of Color #076182

%2.99
%41.45
%55.56

CMYK Percentages of Color #076182

%95
%25
%0
%49

Triadic Colors of #076182

#076182 #820761 #618207

Analogous Colors of #076182

#076182 #072382 #078266

Monochromatic Colors of #076182

#076182

Complementary Color

#076182 #822807

#076182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076182 Color CSS Codes

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

#076182 Text Font Color

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

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


#076182 Background Color

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

This div background color is #076182


#076182 Border Color

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

This div border color is #076182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076182


Comments

No comments written yet.

Please login to write comment.