Color Hex Logo

#3f6bdd Color Hex

#3F6BDD
(63,107,221)
0 Favorites   0 Comments

Color spaces of #3f6bdd

RGB 63107221
HSL0.620.700.56
HSV223°71°87°
CMYK 0.710.520.00   0.13
XYZ20.358716.792670.5749
Yxy16.79260.18900.1559
Hunter Lab40.978816.9679-73.4259
CIE-Lab47.997623.3106-62.7445

#3f6bdd color RGB value is (63,107,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111111 01101011 11011101
Octal 77 153 335
Decimal 63 107 221
Hex 3F 6B DD

RGB Percentages of Color #3f6bdd

%16.11
%27.37
%56.52

CMYK Percentages of Color #3f6bdd

%71
%52
%0
%13

Triadic Colors of #3f6bdd

#3f6bdd #dd3f6b #6bdd3f

Analogous Colors of #3f6bdd

#3f6bdd #623fdd #3fbadd

Monochromatic Colors of #3f6bdd

#3f6bdd

Complementary Color

#3f6bdd #ddb13f

#3f6bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f6bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f6bdd Color CSS Codes

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

#3f6bdd Text Font Color

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

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


#3f6bdd Background Color

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

This div background color is #3f6bdd


#3f6bdd Border Color

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

This div border color is #3f6bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f6bdd


Comments

No comments written yet.

Please login to write comment.