Color Hex Logo

#377beb Color Hex

#377BEB
(55,123,235)
0 Favorites   0 Comments

Color spaces of #377beb

RGB 55123235
HSL0.600.820.57
HSV217°77°92°
CMYK 0.770.480.00   0.08
XYZ23.653920.976381.3994
Yxy20.97630.18770.1664
Hunter Lab45.799912.0386-73.3152
CIE-Lab52.923517.4187-62.6832

#377beb color RGB value is (55,123,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111011 11101011
Octal 67 173 353
Decimal 55 123 235
Hex 37 7B EB

RGB Percentages of Color #377beb

%13.32
%29.78
%56.90

CMYK Percentages of Color #377beb

%77
%48
%0
%8

Triadic Colors of #377beb

#377beb #eb377b #7beb37

Analogous Colors of #377beb

#377beb #4d37eb #37d5eb

Monochromatic Colors of #377beb

#377beb

Complementary Color

#377beb #eba737

#377beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#377beb Color CSS Codes

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

#377beb Text Font Color

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

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


#377beb Background Color

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

This div background color is #377beb


#377beb Border Color

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

This div border color is #377beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377beb


Comments

No comments written yet.

Please login to write comment.