Color Hex Logo

#3f4fdf Color Hex

#3F4FDF
(63,79,223)
0 Favorites   0 Comments

Color spaces of #3f4fdf

RGB 6379223
HSL0.650.710.56
HSV234°72°87°
CMYK 0.720.650.00   0.13
XYZ18.165211.976471.1663
Yxy11.97640.17930.1182
Hunter Lab34.606933.1326-97.7001
CIE-Lab41.178641.5482-74.9836

#3f4fdf color RGB value is (63,79,223).

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

The process color (four color CMYK) of #3f4fdf color hex is 0.72, 0.65, 0.00, 0.13. Web safe color of #3f4fdf is #3366cc. Color #3f4fdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01001111 11011111
Octal 77 117 337
Decimal 63 79 223
Hex 3F 4F DF

RGB Percentages of Color #3f4fdf

%17.26
%21.64
%61.10

CMYK Percentages of Color #3f4fdf

%72
%65
%0
%13

Triadic Colors of #3f4fdf

#3f4fdf #df3f4f #4fdf3f

Analogous Colors of #3f4fdf

#3f4fdf #7f3fdf #3f9fdf

Monochromatic Colors of #3f4fdf

#3f4fdf

Complementary Color

#3f4fdf #dfcf3f

#3f4fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f4fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f4fdf Color CSS Codes

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

#3f4fdf Text Font Color

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

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


#3f4fdf Background Color

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

This div background color is #3f4fdf


#3f4fdf Border Color

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

This div border color is #3f4fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f4fdf


Comments

No comments written yet.

Please login to write comment.