Color Hex Logo

#3b4efa Color Hex

#3B4EFA
(59,78,250)
0 Favorites   0 Comments

Color spaces of #3b4efa

RGB 5978250
HSL0.650.950.61
HSV234°76°98°
CMYK 0.760.690.00   0.02
XYZ21.783313.280791.8578
Yxy13.28070.17160.1046
Hunter Lab36.442742.9221-123.9370
CIE-Lab43.183250.8839-86.9398

#3b4efa color RGB value is (59,78,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01001110 11111010
Octal 73 116 372
Decimal 59 78 250
Hex 3B 4E FA

RGB Percentages of Color #3b4efa

%15.25
%20.16
%64.60

CMYK Percentages of Color #3b4efa

%76
%69
%0
%2

Triadic Colors of #3b4efa

#3b4efa #fa3b4e #4efa3b

Analogous Colors of #3b4efa

#3b4efa #883bfa #3baefa

Monochromatic Colors of #3b4efa

#3b4efa

Complementary Color

#3b4efa #fae73b

#3b4efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b4efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b4efa Color CSS Codes

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

#3b4efa Text Font Color

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

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


#3b4efa Background Color

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

This div background color is #3b4efa


#3b4efa Border Color

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

This div border color is #3b4efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b4efa


Comments

No comments written yet.

Please login to write comment.