Color Hex Logo

#3f4fdb Color Hex

#3F4FDB
(63,79,219)
0 Favorites   0 Comments

Color spaces of #3f4fdb

RGB 6379219
HSL0.650.680.55
HSV234°71°86°
CMYK 0.710.640.00   0.14
XYZ17.632111.763268.3590
Yxy11.76320.18040.1203
Hunter Lab34.297531.7449-94.1637
CIE-Lab40.837340.1740-73.2592

#3f4fdb color RGB value is (63,79,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01001111 11011011
Octal 77 117 333
Decimal 63 79 219
Hex 3F 4F DB

RGB Percentages of Color #3f4fdb

%17.45
%21.88
%60.66

CMYK Percentages of Color #3f4fdb

%71
%64
%0
%14

Triadic Colors of #3f4fdb

#3f4fdb #db3f4f #4fdb3f

Analogous Colors of #3f4fdb

#3f4fdb #7d3fdb #3f9ddb

Monochromatic Colors of #3f4fdb

#3f4fdb

Complementary Color

#3f4fdb #dbcb3f

#3f4fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f4fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f4fdb Color CSS Codes

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

#3f4fdb Text Font Color

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

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


#3f4fdb Background Color

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

This div background color is #3f4fdb


#3f4fdb Border Color

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

This div border color is #3f4fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(63,79,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 #3f4fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f4fdb


Comments

No comments written yet.

Please login to write comment.