Color Hex Logo

#3b57df Color Hex

#3B57DF
(59,87,223)
0 Favorites   0 Comments

Color spaces of #3b57df

RGB 5987223
HSL0.640.720.55
HSV230°74°87°
CMYK 0.740.610.00   0.13
XYZ18.531113.073971.3589
Yxy13.07390.18000.1270
Hunter Lab36.157828.2060-91.7006
CIE-Lab42.874436.1596-72.2163

#3b57df color RGB value is (59,87,223).

#3b57df hex color red value is 59, green value is 87 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #3b57df hue: 0.64 , saturation: 0.72 and the lightness value of 3b57df is 0.55.

The process color (four color CMYK) of #3b57df color hex is 0.74, 0.61, 0.00, 0.13. Web safe color of #3b57df is #3366cc. Color #3b57df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 01010111 11011111
Octal 73 127 337
Decimal 59 87 223
Hex 3B 57 DF

RGB Percentages of Color #3b57df

%15.99
%23.58
%60.43

CMYK Percentages of Color #3b57df

%74
%61
%0
%13

Triadic Colors of #3b57df

#3b57df #df3b57 #57df3b

Analogous Colors of #3b57df

#3b57df #713bdf #3ba9df

Monochromatic Colors of #3b57df

#3b57df

Complementary Color

#3b57df #dfc33b

#3b57df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b57df Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b57df Color CSS Codes

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

#3b57df Text Font Color

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

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


#3b57df Background Color

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

This div background color is #3b57df


#3b57df Border Color

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

This div border color is #3b57df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b57df


Comments

No comments written yet.

Please login to write comment.