Color Hex Logo

#075176 Color Hex

#075176
(7,81,118)
0 Favorites   0 Comments

Color spaces of #075176

RGB 781118
HSL0.560.890.25
HSV200°94°46°
CMYK 0.940.310.00   0.54
XYZ6.30017.238018.2046
Yxy7.23800.19850.2280
Hunter Lab26.9035-5.2812-21.2868
CIE-Lab32.3427-6.0222-26.8308

#075176 color RGB value is (7,81,118).

#075176 hex color red value is 7, green value is 81 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #075176 hue: 0.56 , saturation: 0.89 and the lightness value of 075176 is 0.25.

The process color (four color CMYK) of #075176 color hex is 0.94, 0.31, 0.00, 0.54. Web safe color of #075176 is #006666. Color #075176 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010001 01110110
Octal 7 121 166
Decimal 7 81 118
Hex 7 51 76

RGB Percentages of Color #075176

%3.40
%39.32
%57.28

CMYK Percentages of Color #075176

%94
%31
%0
%54

Triadic Colors of #075176

#075176 #760751 #517607

Analogous Colors of #075176

#075176 #071a76 #077664

Monochromatic Colors of #075176

#075176

Complementary Color

#075176 #762c07

#075176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075176 Color CSS Codes

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

#075176 Text Font Color

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

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


#075176 Background Color

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

This div background color is #075176


#075176 Border Color

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

This div border color is #075176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075176


Comments

No comments written yet.

Please login to write comment.