Color Hex Logo

#3f50bd Color Hex

#3F50BD
(63,80,189)
0 Favorites   0 Comments

Color spaces of #3f50bd

RGB 6380189
HSL0.640.500.49
HSV232°67°74°
CMYK 0.670.580.00   0.26
XYZ14.103910.468249.4213
Yxy10.46820.19060.1415
Hunter Lab32.354621.1905-67.9166
CIE-Lab38.669929.0636-59.4441

#3f50bd color RGB value is (63,80,189).

#3f50bd hex color red value is 63, green value is 80 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #3f50bd hue: 0.64 , saturation: 0.50 and the lightness value of 3f50bd is 0.49.

The process color (four color CMYK) of #3f50bd color hex is 0.67, 0.58, 0.00, 0.26. Web safe color of #3f50bd is #3366cc. Color #3f50bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111111 01010000 10111101
Octal 77 120 275
Decimal 63 80 189
Hex 3F 50 BD

RGB Percentages of Color #3f50bd

%18.98
%24.10
%56.93

CMYK Percentages of Color #3f50bd

%67
%58
%0
%26

Triadic Colors of #3f50bd

#3f50bd #bd3f50 #50bd3f

Analogous Colors of #3f50bd

#3f50bd #6d3fbd #3f8fbd

Monochromatic Colors of #3f50bd

#3f50bd

Complementary Color

#3f50bd #bdac3f

#3f50bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3f50bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3f50bd Color CSS Codes

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

#3f50bd Text Font Color

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

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


#3f50bd Background Color

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

This div background color is #3f50bd


#3f50bd Border Color

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

This div border color is #3f50bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3f50bd


Comments

No comments written yet.

Please login to write comment.