Color Hex Logo

#0772bd Color Hex

#0772BD
(7,114,189)
0 Favorites   0 Comments

Color spaces of #0772bd

RGB 7114189
HSL0.570.930.38
HSV205°96°74°
CMYK 0.960.400.00   0.26
XYZ15.290215.753950.3790
Yxy15.75390.18780.1935
Hunter Lab39.6912-0.6962-47.4714
CIE-Lab46.64991.8899-46.6720

#0772bd color RGB value is (7,114,189).

#0772bd hex color red value is 7, green value is 114 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0772bd hue: 0.57 , saturation: 0.93 and the lightness value of 0772bd is 0.38.

The process color (four color CMYK) of #0772bd color hex is 0.96, 0.40, 0.00, 0.26. Web safe color of #0772bd is #0066cc. Color #0772bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110010 10111101
Octal 7 162 275
Decimal 7 114 189
Hex 7 72 BD

RGB Percentages of Color #0772bd

%2.26
%36.77
%60.97

CMYK Percentages of Color #0772bd

%96
%40
%0
%26

Triadic Colors of #0772bd

#0772bd #bd0772 #72bd07

Analogous Colors of #0772bd

#0772bd #0717bd #07bdad

Monochromatic Colors of #0772bd

#0772bd

Complementary Color

#0772bd #bd5207

#0772bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0772bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0772bd Color CSS Codes

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

#0772bd Text Font Color

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

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


#0772bd Background Color

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

This div background color is #0772bd


#0772bd Border Color

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

This div border color is #0772bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,114,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0772bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0772bd;
  -webkit-box-shadow: 1px 1px 3px 2px #0772bd;
  box-shadow:         1px 1px 3px 2px #0772bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0772bd


Comments

No comments written yet.

Please login to write comment.