Color Hex Logo

#377cec Color Hex

#377CEC
(55,124,236)
0 Favorites   0 Comments

Color spaces of #377cec

RGB 55124236
HSL0.600.830.57
HSV217°77°93°
CMYK 0.770.470.00   0.07
XYZ23.923521.283782.2041
Yxy21.28370.18780.1670
Hunter Lab46.134311.8285-73.3516
CIE-Lab53.258617.1649-62.7017

#377cec color RGB value is (55,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111100 11101100
Octal 67 174 354
Decimal 55 124 236
Hex 37 7C EC

RGB Percentages of Color #377cec

%13.25
%29.88
%56.87

CMYK Percentages of Color #377cec

%77
%47
%0
%7

Triadic Colors of #377cec

#377cec #ec377c #7cec37

Analogous Colors of #377cec

#377cec #4d37ec #37d7ec

Monochromatic Colors of #377cec

#377cec

Complementary Color

#377cec #eca737

#377cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#377cec Color CSS Codes

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

#377cec Text Font Color

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

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


#377cec Background Color

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

This div background color is #377cec


#377cec Border Color

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

This div border color is #377cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377cec


Comments

No comments written yet.

Please login to write comment.