Color Hex Logo

#376bfe Color Hex

#376BFE
(55,107,254)
0 Favorites   0 Comments

Color spaces of #376bfe

RGB 55107254
HSL0.620.990.61
HSV224°78°100°
CMYK 0.780.580.00   0.00
XYZ24.722618.483496.0306
Yxy18.48340.17760.1327
Hunter Lab42.992327.4093-102.3396
CIE-Lab50.077234.3542-77.8728

#376bfe color RGB value is (55,107,254).

#376bfe hex color red value is 55, green value is 107 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #376bfe hue: 0.62 , saturation: 0.99 and the lightness value of 376bfe is 0.61.

The process color (four color CMYK) of #376bfe color hex is 0.78, 0.58, 0.00, 0.00. Web safe color of #376bfe is #3366ff. Color #376bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101011 11111110
Octal 67 153 376
Decimal 55 107 254
Hex 37 6B FE

RGB Percentages of Color #376bfe

%13.22
%25.72
%61.06

CMYK Percentages of Color #376bfe

%78
%58
%0
%0

Triadic Colors of #376bfe

#376bfe #fe376b #6bfe37

Analogous Colors of #376bfe

#376bfe #6737fe #37cffe

Monochromatic Colors of #376bfe

#376bfe

Complementary Color

#376bfe #feca37

#376bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#376bfe Color CSS Codes

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

#376bfe Text Font Color

<p style="color:#376bfe">Text here</p>

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


#376bfe Background Color

<div style="background-color:#376bfe">
Div content here</div>

This div background color is #376bfe


#376bfe Border Color

<div style="border:3px solid #376bfe">
Div here</div>

This div border color is #376bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,107,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #376bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #376bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #376bfe;
  box-shadow:         1px 1px 3px 2px #376bfe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376bfe


Comments

No comments written yet.

Please login to write comment.