Color Hex Logo

#077485 Color Hex

#077485
(7,116,133)
0 Favorites   0 Comments

Color spaces of #077485

RGB 7116133
HSL0.520.900.27
HSV188°95°52°
CMYK 0.950.130.00   0.48
XYZ10.566714.229424.3799
Yxy14.22940.21490.2894
Hunter Lab37.7219-16.0116-11.9142
CIE-Lab44.5601-20.6152-17.0331

#077485 color RGB value is (7,116,133).

#077485 hex color red value is 7, green value is 116 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #077485 hue: 0.52 , saturation: 0.90 and the lightness value of 077485 is 0.27.

The process color (four color CMYK) of #077485 color hex is 0.95, 0.13, 0.00, 0.48. Web safe color of #077485 is #006699. Color #077485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110100 10000101
Octal 7 164 205
Decimal 7 116 133
Hex 7 74 85

RGB Percentages of Color #077485

%2.73
%45.31
%51.95

CMYK Percentages of Color #077485

%95
%13
%0
%48

Triadic Colors of #077485

#077485 #850774 #748507

Analogous Colors of #077485

#077485 #073585 #078557

Monochromatic Colors of #077485

#077485

Complementary Color

#077485 #851807

#077485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077485 Color CSS Codes

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

#077485 Text Font Color

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

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


#077485 Background Color

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

This div background color is #077485


#077485 Border Color

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

This div border color is #077485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077485


Comments

No comments written yet.

Please login to write comment.