Color Hex Logo

#3b76ef Color Hex

#3B76EF
(59,118,239)
0 Favorites   0 Comments

Color spaces of #3b76ef

RGB 59118239
HSL0.610.850.58
HSV220°75°94°
CMYK 0.750.510.00   0.06
XYZ23.862120.118784.2870
Yxy20.11870.18600.1568
Hunter Lab44.853916.4671-80.0169
CIE-Lab51.971222.4439-66.4468

#3b76ef color RGB value is (59,118,239).

#3b76ef hex color red value is 59, green value is 118 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #3b76ef hue: 0.61 , saturation: 0.85 and the lightness value of 3b76ef is 0.58.

The process color (four color CMYK) of #3b76ef color hex is 0.75, 0.51, 0.00, 0.06. Web safe color of #3b76ef is #3366ff. Color #3b76ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01110110 11101111
Octal 73 166 357
Decimal 59 118 239
Hex 3B 76 EF

RGB Percentages of Color #3b76ef

%14.18
%28.37
%57.45

CMYK Percentages of Color #3b76ef

%75
%51
%0
%6

Triadic Colors of #3b76ef

#3b76ef #ef3b76 #76ef3b

Analogous Colors of #3b76ef

#3b76ef #5a3bef #3bd0ef

Monochromatic Colors of #3b76ef

#3b76ef

Complementary Color

#3b76ef #efb43b

#3b76ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b76ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b76ef Color CSS Codes

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

#3b76ef Text Font Color

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

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


#3b76ef Background Color

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

This div background color is #3b76ef


#3b76ef Border Color

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

This div border color is #3b76ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b76ef


Comments

No comments written yet.

Please login to write comment.