color codes Logo

#3f70df color codes

#3F70DF
(63,112,223)
0 Favorites   0 Comments

Color spaces of #3f70df

RGB 63112223
HSL0.620.710.56
HSV222°72°87°
CMYK 0.720.500.00   0.13
XYZ21.163417.972872.1657
Yxy17.97280.19010.1615
Hunter Lab42.394314.9177-71.2503
CIE-Lab49.463120.8848-61.5087

#3f70df color RGB value is (63,112,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01110000 11011111
Octal 77 160 337
Decimal 63 112 223
Hex 3F 70 DF

RGB Percentages of Color #3f70df

%15.83
%28.14
%56.03

CMYK Percentages of Color #3f70df

%72
%50
%0
%13

Triadic Colors of #3f70df

#3f70df #df3f70 #70df3f

Analogous Colors of #3f70df

#3f70df #5e3fdf #3fc0df

Monochromatic Colors of #3f70df

#3f70df

Complementary Color

#3f70df #dfae3f

#3f70df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f70df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f70df Color CSS Codes

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

#3f70df Text Font Color

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

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


#3f70df Background Color

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

This div background color is #3f70df


#3f70df Border Color

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

This div border color is #3f70df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f70df


Comments

No comments written yet.

Please login to write comment.