Color Hex Logo

#376ffc Color Hex

#376FFC
(55,111,252)
0 Favorites   0 Comments

Color spaces of #376ffc

RGB 55111252
HSL0.620.970.60
HSV223°78°99°
CMYK 0.780.560.00   0.01
XYZ24.830719.209494.4945
Yxy19.20940.17920.1387
Hunter Lab43.828524.4278-97.1495
CIE-Lab50.931331.1374-75.3721

#376ffc color RGB value is (55,111,252).

#376ffc hex color red value is 55, green value is 111 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #376ffc hue: 0.62 , saturation: 0.97 and the lightness value of 376ffc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101111 11111100
Octal 67 157 374
Decimal 55 111 252
Hex 37 6F FC

RGB Percentages of Color #376ffc

%13.16
%26.56
%60.29

CMYK Percentages of Color #376ffc

%78
%56
%0
%1

Triadic Colors of #376ffc

#376ffc #fc376f #6ffc37

Analogous Colors of #376ffc

#376ffc #6137fc #37d2fc

Monochromatic Colors of #376ffc

#376ffc

Complementary Color

#376ffc #fcc437

#376ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#376ffc Color CSS Codes

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

#376ffc Text Font Color

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

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


#376ffc Background Color

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

This div background color is #376ffc


#376ffc Border Color

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

This div border color is #376ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376ffc


Comments

No comments written yet.

Please login to write comment.