Color Hex Logo

#0f77de Color Hex

#0F77DE
(15,119,222)
0 Favorites   0 Comments

Color spaces of #0f77de

RGB 15119222
HSL0.580.870.46
HSV210°93°87°
CMYK 0.930.460.00   0.13
XYZ19.978618.569171.6385
Yxy18.56910.18130.1685
Hunter Lab43.09197.3468-68.4029
CIE-Lab50.179212.0338-59.8483

#0f77de color RGB value is (15,119,222).

#0f77de hex color red value is 15, green value is 119 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0f77de hue: 0.58 , saturation: 0.87 and the lightness value of 0f77de is 0.46.

The process color (four color CMYK) of #0f77de color hex is 0.93, 0.46, 0.00, 0.13. Web safe color of #0f77de is #0066cc. Color #0f77de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01110111 11011110
Octal 17 167 336
Decimal 15 119 222
Hex F 77 DE

RGB Percentages of Color #0f77de

%4.21
%33.43
%62.36

CMYK Percentages of Color #0f77de

%93
%46
%0
%13

Triadic Colors of #0f77de

#0f77de #de0f77 #77de0f

Analogous Colors of #0f77de

#0f77de #0f10de #0fdede

Monochromatic Colors of #0f77de

#0f77de

Complementary Color

#0f77de #de760f

#0f77de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f77de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f77de Color CSS Codes

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

#0f77de Text Font Color

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

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


#0f77de Background Color

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

This div background color is #0f77de


#0f77de Border Color

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

This div border color is #0f77de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,119,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f77de


Comments

No comments written yet.

Please login to write comment.