Color Hex Logo

#377cee Color Hex

#377CEE
(55,124,238)
0 Favorites   0 Comments

Color spaces of #377cee

RGB 55124238
HSL0.600.840.57
HSV217°77°93°
CMYK 0.770.480.00   0.07
XYZ24.215821.400683.7433
Yxy21.40060.18720.1654
Hunter Lab46.260812.4817-74.9468
CIE-Lab53.385217.8999-63.6131

#377cee color RGB value is (55,124,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111100 11101110
Octal 67 174 356
Decimal 55 124 238
Hex 37 7C EE

RGB Percentages of Color #377cee

%13.19
%29.74
%57.07

CMYK Percentages of Color #377cee

%77
%48
%0
%7

Triadic Colors of #377cee

#377cee #ee377c #7cee37

Analogous Colors of #377cee

#377cee #4d37ee #37d8ee

Monochromatic Colors of #377cee

#377cee

Complementary Color

#377cee #eea937

#377cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#377cee Color CSS Codes

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

#377cee Text Font Color

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

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


#377cee Background Color

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

This div background color is #377cee


#377cee Border Color

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

This div border color is #377cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377cee


Comments

No comments written yet.

Please login to write comment.