Color Hex Logo

#3b60fa Color Hex

#3B60FA
(59,96,250)
0 Favorites   0 Comments

Color spaces of #3b60fa

RGB 5996250
HSL0.630.950.61
HSV228°76°98°
CMYK 0.760.620.00   0.02
XYZ23.241816.197792.3440
Yxy16.19770.17640.1229
Hunter Lab40.246432.6505-107.8666
CIE-Lab47.232840.1107-80.2905

#3b60fa color RGB value is (59,96,250).

#3b60fa hex color red value is 59, green value is 96 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #3b60fa hue: 0.63 , saturation: 0.95 and the lightness value of 3b60fa is 0.61.

The process color (four color CMYK) of #3b60fa color hex is 0.76, 0.62, 0.00, 0.02. Web safe color of #3b60fa is #3366ff. Color #3b60fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01100000 11111010
Octal 73 140 372
Decimal 59 96 250
Hex 3B 60 FA

RGB Percentages of Color #3b60fa

%14.57
%23.70
%61.73

CMYK Percentages of Color #3b60fa

%76
%62
%0
%2

Triadic Colors of #3b60fa

#3b60fa #fa3b60 #60fa3b

Analogous Colors of #3b60fa

#3b60fa #763bfa #3bc0fa

Monochromatic Colors of #3b60fa

#3b60fa

Complementary Color

#3b60fa #fad53b

#3b60fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b60fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b60fa Color CSS Codes

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

#3b60fa Text Font Color

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

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


#3b60fa Background Color

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

This div background color is #3b60fa


#3b60fa Border Color

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

This div border color is #3b60fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b60fa


Comments

No comments written yet.

Please login to write comment.