Color Hex Logo

#377bed Color Hex

#377BED
(55,123,237)
0 Favorites   0 Comments

Color spaces of #377bed

RGB 55123237
HSL0.600.830.57
HSV218°77°93°
CMYK 0.770.480.00   0.07
XYZ23.944621.092682.9300
Yxy21.09260.18710.1648
Hunter Lab45.926712.6921-74.9115
CIE-Lab53.050718.1538-63.5946

#377bed color RGB value is (55,123,237).

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

The process color (four color CMYK) of #377bed color hex is 0.77, 0.48, 0.00, 0.07. Web safe color of #377bed is #3366ff. Color #377bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111011 11101101
Octal 67 173 355
Decimal 55 123 237
Hex 37 7B ED

RGB Percentages of Color #377bed

%13.25
%29.64
%57.11

CMYK Percentages of Color #377bed

%77
%48
%0
%7

Triadic Colors of #377bed

#377bed #ed377b #7bed37

Analogous Colors of #377bed

#377bed #4e37ed #37d6ed

Monochromatic Colors of #377bed

#377bed

Complementary Color

#377bed #eda937

#377bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#377bed Color CSS Codes

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

#377bed Text Font Color

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

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


#377bed Background Color

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

This div background color is #377bed


#377bed Border Color

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

This div border color is #377bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377bed


Comments

No comments written yet.

Please login to write comment.