Color Hex Logo

#0773ec Color Hex

#0773EC
(7,115,236)
0 Favorites   0 Comments

Color spaces of #0773ec

RGB 7115236
HSL0.590.940.48
HSV212°97°93°
CMYK 0.970.510.00   0.07
XYZ21.358718.362881.7755
Yxy18.36280.17580.1511
Hunter Lab42.851813.9793-83.1487
CIE-Lab49.933219.7877-68.1181

#0773ec color RGB value is (7,115,236).

#0773ec hex color red value is 7, green value is 115 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0773ec hue: 0.59 , saturation: 0.94 and the lightness value of 0773ec is 0.48.

The process color (four color CMYK) of #0773ec color hex is 0.97, 0.51, 0.00, 0.07. Web safe color of #0773ec is #0066ff. Color #0773ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110011 11101100
Octal 7 163 354
Decimal 7 115 236
Hex 7 73 EC

RGB Percentages of Color #0773ec

%1.96
%32.12
%65.92

CMYK Percentages of Color #0773ec

%97
%51
%0
%7

Triadic Colors of #0773ec

#0773ec #ec0773 #73ec07

Analogous Colors of #0773ec

#0773ec #0e07ec #07e6ec

Monochromatic Colors of #0773ec

#0773ec

Complementary Color

#0773ec #ec8007

#0773ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0773ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0773ec Color CSS Codes

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

#0773ec Text Font Color

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

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


#0773ec Background Color

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

This div background color is #0773ec


#0773ec Border Color

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

This div border color is #0773ec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,115,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0773ec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0773ec;
  -webkit-box-shadow: 1px 1px 3px 2px #0773ec;
  box-shadow:         1px 1px 3px 2px #0773ec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0773ec


Comments

No comments written yet.

Please login to write comment.