Color Hex Logo

#0760b8 Color Hex

#0760B8
(7,96,184)
0 Favorites   0 Comments

Color spaces of #0760b8

RGB 796184
HSL0.580.930.37
HSV210°96°72°
CMYK 0.960.480.00   0.28
XYZ12.922211.871646.9578
Yxy11.87160.18010.1655
Hunter Lab34.45526.6487-56.6857
CIE-Lab41.011311.3619-52.8098

#0760b8 color RGB value is (7,96,184).

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

The process color (four color CMYK) of #0760b8 color hex is 0.96, 0.48, 0.00, 0.28. Web safe color of #0760b8 is #0066cc. Color #0760b8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100000 10111000
Octal 7 140 270
Decimal 7 96 184
Hex 7 60 B8

RGB Percentages of Color #0760b8

%2.44
%33.45
%64.11

CMYK Percentages of Color #0760b8

%96
%48
%0
%28

Triadic Colors of #0760b8

#0760b8 #b80760 #60b807

Analogous Colors of #0760b8

#0760b8 #0708b8 #07b8b8

Monochromatic Colors of #0760b8

#0760b8

Complementary Color

#0760b8 #b85f07

#0760b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0760b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0760b8 Color CSS Codes

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

#0760b8 Text Font Color

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

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


#0760b8 Background Color

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

This div background color is #0760b8


#0760b8 Border Color

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

This div border color is #0760b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0760b8


Comments

No comments written yet.

Please login to write comment.