Color Hex Logo

#0780af Color Hex

#0780AF
(7,128,175)
0 Favorites   0 Comments

Color spaces of #0780af

RGB 7128175
HSL0.550.920.36
HSV197°96°69°
CMYK 0.960.270.00   0.31
XYZ15.544718.578743.3242
Yxy18.57870.20070.2399
Hunter Lab43.1030-11.0559-29.4221
CIE-Lab50.1906-11.8711-32.9808

#0780af color RGB value is (7,128,175).

#0780af hex color red value is 7, green value is 128 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #0780af hue: 0.55 , saturation: 0.92 and the lightness value of 0780af is 0.36.

The process color (four color CMYK) of #0780af color hex is 0.96, 0.27, 0.00, 0.31. Web safe color of #0780af is #009999. Color #0780af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10000000 10101111
Octal 7 200 257
Decimal 7 128 175
Hex 7 80 AF

RGB Percentages of Color #0780af

%2.26
%41.29
%56.45

CMYK Percentages of Color #0780af

%96
%27
%0
%31

Triadic Colors of #0780af

#0780af #af0780 #80af07

Analogous Colors of #0780af

#0780af #072caf #07af8a

Monochromatic Colors of #0780af

#0780af

Complementary Color

#0780af #af3607

#0780af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0780af Color Preview on White Background

Lorem ipsum dolor sit amet.

#0780af Color CSS Codes

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

#0780af Text Font Color

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

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


#0780af Background Color

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

This div background color is #0780af


#0780af Border Color

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

This div border color is #0780af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,128,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0780af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0780af;
  -webkit-box-shadow: 1px 1px 3px 2px #0780af;
  box-shadow:         1px 1px 3px 2px #0780af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0780af


Comments

No comments written yet.

Please login to write comment.