Color Hex Logo

#3b71ef Color Hex

#3B71EF
(59,113,239)
0 Favorites   0 Comments

Color spaces of #3b71ef

RGB 59113239
HSL0.620.850.58
HSV222°75°94°
CMYK 0.750.530.00   0.06
XYZ23.288718.972184.0959
Yxy18.97210.18430.1501
Hunter Lab43.557019.2143-83.9819
CIE-Lab50.654525.5719-68.5779

#3b71ef color RGB value is (59,113,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01110001 11101111
Octal 73 161 357
Decimal 59 113 239
Hex 3B 71 EF

RGB Percentages of Color #3b71ef

%14.36
%27.49
%58.15

CMYK Percentages of Color #3b71ef

%75
%53
%0
%6

Triadic Colors of #3b71ef

#3b71ef #ef3b71 #71ef3b

Analogous Colors of #3b71ef

#3b71ef #5f3bef #3bcbef

Monochromatic Colors of #3b71ef

#3b71ef

Complementary Color

#3b71ef #efb93b

#3b71ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b71ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b71ef Color CSS Codes

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

#3b71ef Text Font Color

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

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


#3b71ef Background Color

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

This div background color is #3b71ef


#3b71ef Border Color

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

This div border color is #3b71ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b71ef


Comments

No comments written yet.

Please login to write comment.