Color Hex Logo

#0f73ec Color Hex

#0F73EC
(15,115,236)
0 Favorites   0 Comments

Color spaces of #0f73ec

RGB 15115236
HSL0.590.880.49
HSV213°94°93°
CMYK 0.940.510.00   0.07
XYZ21.468118.419281.7806
Yxy18.41920.17640.1514
Hunter Lab42.917614.1829-82.9363
CIE-Lab50.000720.0152-68.0056

#0f73ec color RGB value is (15,115,236).

#0f73ec hex color red value is 15, green value is 115 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #0f73ec hue: 0.59 , saturation: 0.88 and the lightness value of 0f73ec is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 01110011 11101100
Octal 17 163 354
Decimal 15 115 236
Hex F 73 EC

RGB Percentages of Color #0f73ec

%4.10
%31.42
%64.48

CMYK Percentages of Color #0f73ec

%94
%51
%0
%7

Triadic Colors of #0f73ec

#0f73ec #ec0f73 #73ec0f

Analogous Colors of #0f73ec

#0f73ec #190fec #0fe2ec

Monochromatic Colors of #0f73ec

#0f73ec

Complementary Color

#0f73ec #ec880f

#0f73ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f73ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f73ec Color CSS Codes

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

#0f73ec Text Font Color

<p style="color:#0f73ec">Text here</p>

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


#0f73ec Background Color

<div style="background-color:#0f73ec">
Div content here</div>

This div background color is #0f73ec


#0f73ec Border Color

<div style="border:3px solid #0f73ec">
Div here</div>

This div border color is #0f73ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,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 #0f73ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f73ec


Comments

No comments written yet.

Please login to write comment.