Color Hex Logo

#3b71fe Color Hex

#3B71FE
(59,113,254)
0 Favorites   0 Comments

Color spaces of #3b71fe

RGB 59113254
HSL0.620.990.61
HSV223°77°100°
CMYK 0.770.560.00   0.00
XYZ25.598219.895896.2570
Yxy19.89580.18060.1404
Hunter Lab44.604724.3811-96.7246
CIE-Lab51.719231.0012-75.1925

#3b71fe color RGB value is (59,113,254).

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

The process color (four color CMYK) of #3b71fe color hex is 0.77, 0.56, 0.00, 0.00. Web safe color of #3b71fe is #3366ff. Color #3b71fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01110001 11111110
Octal 73 161 376
Decimal 59 113 254
Hex 3B 71 FE

RGB Percentages of Color #3b71fe

%13.85
%26.53
%59.62

CMYK Percentages of Color #3b71fe

%77
%56
%0
%0

Triadic Colors of #3b71fe

#3b71fe #fe3b71 #71fe3b

Analogous Colors of #3b71fe

#3b71fe #673bfe #3bd3fe

Monochromatic Colors of #3b71fe

#3b71fe

Complementary Color

#3b71fe #fec83b

#3b71fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b71fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b71fe Color CSS Codes

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

#3b71fe Text Font Color

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

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


#3b71fe Background Color

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

This div background color is #3b71fe


#3b71fe Border Color

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

This div border color is #3b71fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b71fe


Comments

No comments written yet.

Please login to write comment.