Color Hex Logo

#0f75ec Color Hex

#0F75EC
(15,117,236)
0 Favorites   0 Comments

Color spaces of #0f75ec

RGB 15117236
HSL0.590.880.49
HSV212°94°93°
CMYK 0.940.500.00   0.07
XYZ21.698618.880381.8575
Yxy18.88030.17720.1542
Hunter Lab43.451513.0985-81.2794
CIE-Lab50.546918.7467-67.1208

#0f75ec color RGB value is (15,117,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 01110101 11101100
Octal 17 165 354
Decimal 15 117 236
Hex F 75 EC

RGB Percentages of Color #0f75ec

%4.08
%31.79
%64.13

CMYK Percentages of Color #0f75ec

%94
%50
%0
%7

Triadic Colors of #0f75ec

#0f75ec #ec0f75 #75ec0f

Analogous Colors of #0f75ec

#0f75ec #170fec #0fe4ec

Monochromatic Colors of #0f75ec

#0f75ec

Complementary Color

#0f75ec #ec860f

#0f75ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f75ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f75ec Color CSS Codes

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

#0f75ec Text Font Color

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

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


#0f75ec Background Color

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

This div background color is #0f75ec


#0f75ec Border Color

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

This div border color is #0f75ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f75ec


Comments

No comments written yet.

Please login to write comment.