Color Hex Logo

#3b7dfc Color Hex

#3B7DFC
(59,125,252)
0 Favorites   0 Comments

Color spaces of #3b7dfc

RGB 59125252
HSL0.610.970.61
HSV219°77°99°
CMYK 0.770.500.00   0.01
XYZ26.707922.625395.0549
Yxy22.62530.18500.1567
Hunter Lab47.566116.9855-85.1875
CIE-Lab54.684322.8208-69.2779

#3b7dfc color RGB value is (59,125,252).

#3b7dfc hex color red value is 59, green value is 125 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #3b7dfc hue: 0.61 , saturation: 0.97 and the lightness value of 3b7dfc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00111011 01111101 11111100
Octal 73 175 374
Decimal 59 125 252
Hex 3B 7D FC

RGB Percentages of Color #3b7dfc

%13.53
%28.67
%57.80

CMYK Percentages of Color #3b7dfc

%77
%50
%0
%1

Triadic Colors of #3b7dfc

#3b7dfc #fc3b7d #7dfc3b

Analogous Colors of #3b7dfc

#3b7dfc #5a3bfc #3bdefc

Monochromatic Colors of #3b7dfc

#3b7dfc

Complementary Color

#3b7dfc #fcba3b

#3b7dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b7dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b7dfc Color CSS Codes

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

#3b7dfc Text Font Color

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

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


#3b7dfc Background Color

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

This div background color is #3b7dfc


#3b7dfc Border Color

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

This div border color is #3b7dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b7dfc


Comments

No comments written yet.

Please login to write comment.