Color Hex Logo

#075076 Color Hex

#075076
(7,80,118)
0 Favorites   0 Comments

Color spaces of #075076

RGB 780118
HSL0.560.890.25
HSV201°94°46°
CMYK 0.940.320.00   0.54
XYZ6.22637.090518.1800
Yxy7.09050.19770.2251
Hunter Lab26.6280-4.8612-21.8401
CIE-Lab32.0121-5.3903-27.3512

#075076 color RGB value is (7,80,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010000 01110110
Octal 7 120 166
Decimal 7 80 118
Hex 7 50 76

RGB Percentages of Color #075076

%3.41
%39.02
%57.56

CMYK Percentages of Color #075076

%94
%32
%0
%54

Triadic Colors of #075076

#075076 #760750 #507607

Analogous Colors of #075076

#075076 #071976 #077665

Monochromatic Colors of #075076

#075076

Complementary Color

#075076 #762d07

#075076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075076 Color CSS Codes

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

#075076 Text Font Color

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

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


#075076 Background Color

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

This div background color is #075076


#075076 Border Color

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

This div border color is #075076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075076


Comments

No comments written yet.

Please login to write comment.