Color Hex Logo

#3771fd Color Hex

#3771FD
(55,113,253)
0 Favorites   0 Comments

Color spaces of #3771fd

RGB 55113253
HSL0.620.980.60
HSV222°78°99°
CMYK 0.780.550.00   0.01
XYZ25.210319.714395.4050
Yxy19.71430.17970.1405
Hunter Lab44.400823.6490-96.3172
CIE-Lab51.512630.2522-74.9806

#3771fd color RGB value is (55,113,253).

#3771fd hex color red value is 55, green value is 113 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #3771fd hue: 0.62 , saturation: 0.98 and the lightness value of 3771fd is 0.60.

The process color (four color CMYK) of #3771fd color hex is 0.78, 0.55, 0.00, 0.01. Web safe color of #3771fd is #3366ff. Color #3771fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01110001 11111101
Octal 67 161 375
Decimal 55 113 253
Hex 37 71 FD

RGB Percentages of Color #3771fd

%13.06
%26.84
%60.10

CMYK Percentages of Color #3771fd

%78
%55
%0
%1

Triadic Colors of #3771fd

#3771fd #fd3771 #71fd37

Analogous Colors of #3771fd

#3771fd #6037fd #37d4fd

Monochromatic Colors of #3771fd

#3771fd

Complementary Color

#3771fd #fdc337

#3771fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3771fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3771fd Color CSS Codes

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

#3771fd Text Font Color

<p style="color:#3771fd">Text here</p>

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


#3771fd Background Color

<div style="background-color:#3771fd">
Div content here</div>

This div background color is #3771fd


#3771fd Border Color

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

This div border color is #3771fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,113,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3771fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3771fd;
  -webkit-box-shadow: 1px 1px 3px 2px #3771fd;
  box-shadow:         1px 1px 3px 2px #3771fd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3771fd


Comments

No comments written yet.

Please login to write comment.