Color Hex Logo

#3b71fb Color Hex

#3B71FB
(59,113,251)
0 Favorites   0 Comments

Color spaces of #3b71fb

RGB 59113251
HSL0.620.960.61
HSV223°76°98°
CMYK 0.760.550.00   0.02
XYZ25.121319.705193.7462
Yxy19.70510.18130.1422
Hunter Lab44.390423.3329-94.1387
CIE-Lab51.502129.9190-73.8830

#3b71fb color RGB value is (59,113,251).

#3b71fb hex color red value is 59, green value is 113 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #3b71fb hue: 0.62 , saturation: 0.96 and the lightness value of 3b71fb is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01110001 11111011
Octal 73 161 373
Decimal 59 113 251
Hex 3B 71 FB

RGB Percentages of Color #3b71fb

%13.95
%26.71
%59.34

CMYK Percentages of Color #3b71fb

%76
%55
%0
%2

Triadic Colors of #3b71fb

#3b71fb #fb3b71 #71fb3b

Analogous Colors of #3b71fb

#3b71fb #653bfb #3bd1fb

Monochromatic Colors of #3b71fb

#3b71fb

Complementary Color

#3b71fb #fbc53b

#3b71fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b71fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b71fb Color CSS Codes

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

#3b71fb Text Font Color

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

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


#3b71fb Background Color

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

This div background color is #3b71fb


#3b71fb Border Color

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

This div border color is #3b71fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b71fb


Comments

No comments written yet.

Please login to write comment.