Color Hex Logo

#3f79db Color Hex

#3F79DB
(63,121,219)
0 Favorites   0 Comments

Color spaces of #3f79db

RGB 63121219
HSL0.600.680.55
HSV218°71°86°
CMYK 0.710.450.00   0.14
XYZ21.673519.846069.7062
Yxy19.84600.19490.1784
Hunter Lab44.54888.8817-61.5877
CIE-Lab51.662613.8195-55.7124

#3f79db color RGB value is (63,121,219).

#3f79db hex color red value is 63, green value is 121 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #3f79db hue: 0.60 , saturation: 0.68 and the lightness value of 3f79db is 0.55.

The process color (four color CMYK) of #3f79db color hex is 0.71, 0.45, 0.00, 0.14. Web safe color of #3f79db is #3366cc. Color #3f79db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01111001 11011011
Octal 77 171 333
Decimal 63 121 219
Hex 3F 79 DB

RGB Percentages of Color #3f79db

%15.63
%30.02
%54.34

CMYK Percentages of Color #3f79db

%71
%45
%0
%14

Triadic Colors of #3f79db

#3f79db #db3f79 #79db3f

Analogous Colors of #3f79db

#3f79db #533fdb #3fc7db

Monochromatic Colors of #3f79db

#3f79db

Complementary Color

#3f79db #dba13f

#3f79db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f79db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f79db Color CSS Codes

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

#3f79db Text Font Color

<p style="color:#3f79db">Text here</p>

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


#3f79db Background Color

<div style="background-color:#3f79db">
Div content here</div>

This div background color is #3f79db


#3f79db Border Color

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

This div border color is #3f79db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(63,121,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3f79db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3f79db;
  -webkit-box-shadow: 1px 1px 3px 2px #3f79db;
  box-shadow:         1px 1px 3px 2px #3f79db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,121,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f79db


Comments

No comments written yet.

Please login to write comment.