Color Hex Logo

#3b40fd Color Hex

#3B40FD
(59,64,253)
0 Favorites   0 Comments

Color spaces of #3b40fd

RGB 5964253
HSL0.660.980.61
HSV238°77°99°
CMYK 0.770.750.00   0.01
XYZ21.366711.688494.0585
Yxy11.68840.16810.0920
Hunter Lab34.188351.7278-139.1862
CIE-Lab40.716559.5528-92.6899

#3b40fd color RGB value is (59,64,253).

#3b40fd hex color red value is 59, green value is 64 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3b40fd hue: 0.66 , saturation: 0.98 and the lightness value of 3b40fd is 0.61.

The process color (four color CMYK) of #3b40fd color hex is 0.77, 0.75, 0.00, 0.01. Web safe color of #3b40fd is #3333ff. Color #3b40fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01000000 11111101
Octal 73 100 375
Decimal 59 64 253
Hex 3B 40 FD

RGB Percentages of Color #3b40fd

%15.69
%17.02
%67.29

CMYK Percentages of Color #3b40fd

%77
%75
%0
%1

Triadic Colors of #3b40fd

#3b40fd #fd3b40 #40fd3b

Analogous Colors of #3b40fd

#3b40fd #973bfd #3ba1fd

Monochromatic Colors of #3b40fd

#3b40fd

Complementary Color

#3b40fd #fdf83b

#3b40fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b40fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b40fd Color CSS Codes

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

#3b40fd Text Font Color

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

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


#3b40fd Background Color

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

This div background color is #3b40fd


#3b40fd Border Color

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

This div border color is #3b40fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,64,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b40fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b40fd;
  -webkit-box-shadow: 1px 1px 3px 2px #3b40fd;
  box-shadow:         1px 1px 3px 2px #3b40fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,64,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b40fd


Comments

No comments written yet.

Please login to write comment.