Color Hex Logo

#3f68df Color Hex

#3F68DF
(63,104,223)
0 Favorites   0 Comments

Color spaces of #3f68df

RGB 63104223
HSL0.620.710.56
HSV225°72°87°
CMYK 0.720.530.00   0.13
XYZ20.319516.285171.8844
Yxy16.28510.18730.1501
Hunter Lab40.354819.2576-77.3655
CIE-Lab47.346325.9259-64.9314

#3f68df color RGB value is (63,104,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01101000 11011111
Octal 77 150 337
Decimal 63 104 223
Hex 3F 68 DF

RGB Percentages of Color #3f68df

%16.15
%26.67
%57.18

CMYK Percentages of Color #3f68df

%72
%53
%0
%13

Triadic Colors of #3f68df

#3f68df #df3f68 #68df3f

Analogous Colors of #3f68df

#3f68df #663fdf #3fb8df

Monochromatic Colors of #3f68df

#3f68df

Complementary Color

#3f68df #dfb63f

#3f68df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f68df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f68df Color CSS Codes

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

#3f68df Text Font Color

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

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


#3f68df Background Color

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

This div background color is #3f68df


#3f68df Border Color

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

This div border color is #3f68df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f68df


Comments

No comments written yet.

Please login to write comment.