Color Hex Logo

#075577 Color Hex

#075577
(7,85,119)
0 Favorites   0 Comments

Color spaces of #075577

RGB 785119
HSL0.550.890.25
HSV198°94°47°
CMYK 0.940.290.00   0.53
XYZ6.66597.874118.6213
Yxy7.87410.20100.2374
Hunter Lab28.0608-6.7035-19.7026
CIE-Lab33.7193-8.1129-25.2916

#075577 color RGB value is (7,85,119).

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

The process color (four color CMYK) of #075577 color hex is 0.94, 0.29, 0.00, 0.53. Web safe color of #075577 is #006666. Color #075577 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01010101 01110111
Octal 7 125 167
Decimal 7 85 119
Hex 7 55 77

RGB Percentages of Color #075577

%3.32
%40.28
%56.40

CMYK Percentages of Color #075577

%94
%29
%0
%53

Triadic Colors of #075577

#075577 #770755 #557707

Analogous Colors of #075577

#075577 #071d77 #077761

Monochromatic Colors of #075577

#075577

Complementary Color

#075577 #772907

#075577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#075577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#075577 Color CSS Codes

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

#075577 Text Font Color

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

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


#075577 Background Color

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

This div background color is #075577


#075577 Border Color

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

This div border color is #075577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #075577


Comments

No comments written yet.

Please login to write comment.