Color Hex Logo

#3f44db Color Hex

#3F44DB
(63,68,219)
0 Favorites   0 Comments

Color spaces of #3f44db

RGB 6368219
HSL0.660.680.55
HSV238°71°86°
CMYK 0.710.690.00   0.14
XYZ16.903210.305568.1161
Yxy10.30550.17730.1081
Hunter Lab32.102237.8092-103.3331
CIE-Lab38.385246.7581-77.2837

#3f44db color RGB value is (63,68,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01000100 11011011
Octal 77 104 333
Decimal 63 68 219
Hex 3F 44 DB

RGB Percentages of Color #3f44db

%18.00
%19.43
%62.57

CMYK Percentages of Color #3f44db

%71
%69
%0
%14

Triadic Colors of #3f44db

#3f44db #db3f44 #44db3f

Analogous Colors of #3f44db

#3f44db #883fdb #3f92db

Monochromatic Colors of #3f44db

#3f44db

Complementary Color

#3f44db #dbd63f

#3f44db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f44db Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f44db Color CSS Codes

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

#3f44db Text Font Color

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

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


#3f44db Background Color

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

This div background color is #3f44db


#3f44db Border Color

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

This div border color is #3f44db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f44db


Comments

No comments written yet.

Please login to write comment.