Color Hex Logo

#377fec Color Hex

#377FEC
(55,127,236)
0 Favorites   0 Comments

Color spaces of #377fec

RGB 55127236
HSL0.600.830.57
HSV216°77°93°
CMYK 0.770.460.00   0.07
XYZ24.305222.047182.3314
Yxy22.04710.18890.1713
Hunter Lab46.954310.2277-71.0931
CIE-Lab54.076915.3077-61.3847

#377fec color RGB value is (55,127,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111111 11101100
Octal 67 177 354
Decimal 55 127 236
Hex 37 7F EC

RGB Percentages of Color #377fec

%13.16
%30.38
%56.46

CMYK Percentages of Color #377fec

%77
%46
%0
%7

Triadic Colors of #377fec

#377fec #ec377f #7fec37

Analogous Colors of #377fec

#377fec #4937ec #37daec

Monochromatic Colors of #377fec

#377fec

Complementary Color

#377fec #eca437

#377fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#377fec Color CSS Codes

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

#377fec Text Font Color

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

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


#377fec Background Color

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

This div background color is #377fec


#377fec Border Color

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

This div border color is #377fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377fec


Comments

No comments written yet.

Please login to write comment.