Color Hex Logo

#0760ae Color Hex

#0760AE
(7,96,174)
0 Favorites   0 Comments

Color spaces of #0760ae

RGB 796174
HSL0.580.920.35
HSV208°96°68°
CMYK 0.960.450.00   0.32
XYZ11.910511.466941.6300
Yxy11.46690.18320.1764
Hunter Lab33.86283.5235-49.1855
CIE-Lab40.35607.2939-47.9940

#0760ae color RGB value is (7,96,174).

#0760ae hex color red value is 7, green value is 96 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0760ae hue: 0.58 , saturation: 0.92 and the lightness value of 0760ae is 0.35.

The process color (four color CMYK) of #0760ae color hex is 0.96, 0.45, 0.00, 0.32. Web safe color of #0760ae is #006699. Color #0760ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100000 10101110
Octal 7 140 256
Decimal 7 96 174
Hex 7 60 AE

RGB Percentages of Color #0760ae

%2.53
%34.66
%62.82

CMYK Percentages of Color #0760ae

%96
%45
%0
%32

Triadic Colors of #0760ae

#0760ae #ae0760 #60ae07

Analogous Colors of #0760ae

#0760ae #070dae #07aea9

Monochromatic Colors of #0760ae

#0760ae

Complementary Color

#0760ae #ae5507

#0760ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0760ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0760ae Color CSS Codes

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

#0760ae Text Font Color

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

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


#0760ae Background Color

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

This div background color is #0760ae


#0760ae Border Color

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

This div border color is #0760ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,96,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0760ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0760ae;
  -webkit-box-shadow: 1px 1px 3px 2px #0760ae;
  box-shadow:         1px 1px 3px 2px #0760ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0760ae


Comments

No comments written yet.

Please login to write comment.