Color Hex Logo

#075170 Color Hex

#075170
(7,81,112)
0 Favorites   0 Comments

Color spaces of #075170

RGB 781112
HSL0.550.880.23
HSV198°94°44°
CMYK 0.940.280.00   0.56
XYZ5.95477.099916.3858
Yxy7.09990.20230.2412
Hunter Lab26.6456-6.7391-17.8086
CIE-Lab32.0333-8.4561-23.5655

#075170 color RGB value is (7,81,112).

#075170 hex color red value is 7, green value is 81 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #075170 hue: 0.55 , saturation: 0.88 and the lightness value of 075170 is 0.23.

The process color (four color CMYK) of #075170 color hex is 0.94, 0.28, 0.00, 0.56. Web safe color of #075170 is #006666. Color #075170 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010001 01110000
Octal 7 121 160
Decimal 7 81 112
Hex 7 51 70

RGB Percentages of Color #075170

%3.50
%40.50
%56.00

CMYK Percentages of Color #075170

%94
%28
%0
%56

Triadic Colors of #075170

#075170 #700751 #517007

Analogous Colors of #075170

#075170 #071c70 #07705b

Monochromatic Colors of #075170

#075170

Complementary Color

#075170 #702607

#075170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075170 Color CSS Codes

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

#075170 Text Font Color

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

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


#075170 Background Color

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

This div background color is #075170


#075170 Border Color

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

This div border color is #075170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075170


Comments

No comments written yet.

Please login to write comment.