Color Hex Logo

#075e7d Color Hex

#075E7D
(7,94,125)
0 Favorites   0 Comments

Color spaces of #075e7d

RGB 794125
HSL0.540.890.26
HSV196°94°49°
CMYK 0.940.250.00   0.51
XYZ7.79209.531220.8311
Yxy9.53120.20420.2498
Hunter Lab30.8726-8.9752-18.3947
CIE-Lab36.9876-11.1878-23.8850

#075e7d color RGB value is (7,94,125).

#075e7d hex color red value is 7, green value is 94 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #075e7d hue: 0.54 , saturation: 0.89 and the lightness value of 075e7d is 0.26.

The process color (four color CMYK) of #075e7d color hex is 0.94, 0.25, 0.00, 0.51. Web safe color of #075e7d is #006666. Color #075e7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01011110 01111101
Octal 7 136 175
Decimal 7 94 125
Hex 7 5E 7D

RGB Percentages of Color #075e7d

%3.10
%41.59
%55.31

CMYK Percentages of Color #075e7d

%94
%25
%0
%51

Triadic Colors of #075e7d

#075e7d #7d075e #5e7d07

Analogous Colors of #075e7d

#075e7d #07237d #077d61

Monochromatic Colors of #075e7d

#075e7d

Complementary Color

#075e7d #7d2607

#075e7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075e7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#075e7d Color CSS Codes

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

#075e7d Text Font Color

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

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


#075e7d Background Color

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

This div background color is #075e7d


#075e7d Border Color

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

This div border color is #075e7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,94,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #075e7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #075e7d;
  -webkit-box-shadow: 1px 1px 3px 2px #075e7d;
  box-shadow:         1px 1px 3px 2px #075e7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075e7d


Comments

No comments written yet.

Please login to write comment.