Color Hex Logo

#377ffa Color Hex

#377FFA
(55,127,250)
0 Favorites   0 Comments

Color spaces of #377ffa

RGB 55127250
HSL0.610.950.60
HSV218°78°98°
CMYK 0.780.490.00   0.02
XYZ26.420222.893193.4688
Yxy22.89310.18500.1603
Hunter Lab47.846714.8331-82.3306
CIE-Lab54.962120.4432-67.7298

#377ffa color RGB value is (55,127,250).

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

The process color (four color CMYK) of #377ffa color hex is 0.78, 0.49, 0.00, 0.02. Web safe color of #377ffa is #3366ff. Color #377ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111111 11111010
Octal 67 177 372
Decimal 55 127 250
Hex 37 7F FA

RGB Percentages of Color #377ffa

%12.73
%29.40
%57.87

CMYK Percentages of Color #377ffa

%78
%49
%0
%2

Triadic Colors of #377ffa

#377ffa #fa377f #7ffa37

Analogous Colors of #377ffa

#377ffa #5037fa #37e1fa

Monochromatic Colors of #377ffa

#377ffa

Complementary Color

#377ffa #fab237

#377ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#377ffa Color CSS Codes

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

#377ffa Text Font Color

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

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


#377ffa Background Color

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

This div background color is #377ffa


#377ffa Border Color

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

This div border color is #377ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377ffa


Comments

No comments written yet.

Please login to write comment.