Color Hex Logo

#377bfd Color Hex

#377BFD
(55,123,253)
0 Favorites   0 Comments

Color spaces of #377bfd

RGB 55123253
HSL0.610.980.60
HSV219°78°99°
CMYK 0.780.510.00   0.01
XYZ26.388122.070095.7976
Yxy22.07000.18290.1530
Hunter Lab46.978718.0513-88.0173
CIE-Lab54.101224.0216-70.7797

#377bfd color RGB value is (55,123,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111011 11111101
Octal 67 173 375
Decimal 55 123 253
Hex 37 7B FD

RGB Percentages of Color #377bfd

%12.76
%28.54
%58.70

CMYK Percentages of Color #377bfd

%78
%51
%0
%1

Triadic Colors of #377bfd

#377bfd #fd377b #7bfd37

Analogous Colors of #377bfd

#377bfd #5637fd #37defd

Monochromatic Colors of #377bfd

#377bfd

Complementary Color

#377bfd #fdb937

#377bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#377bfd Color CSS Codes

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

#377bfd Text Font Color

<p style="color:#377bfd">Text here</p>

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


#377bfd Background Color

<div style="background-color:#377bfd">
Div content here</div>

This div background color is #377bfd


#377bfd Border Color

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

This div border color is #377bfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,123,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 #377bfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.