Color Hex Logo

#376afc Color Hex

#376AFC
(55,106,252)
0 Favorites   0 Comments

Color spaces of #376afc

RGB 55106252
HSL0.620.970.60
HSV224°78°99°
CMYK 0.780.580.00   0.01
XYZ24.300318.148694.3177
Yxy18.14860.17770.1327
Hunter Lab42.601227.2668-101.4454
CIE-Lab49.675834.2566-77.4176

#376afc color RGB value is (55,106,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101010 11111100
Octal 67 152 374
Decimal 55 106 252
Hex 37 6A FC

RGB Percentages of Color #376afc

%13.32
%25.67
%61.02

CMYK Percentages of Color #376afc

%78
%58
%0
%1

Triadic Colors of #376afc

#376afc #fc376a #6afc37

Analogous Colors of #376afc

#376afc #6737fc #37cdfc

Monochromatic Colors of #376afc

#376afc

Complementary Color

#376afc #fcc937

#376afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#376afc Color CSS Codes

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

#376afc Text Font Color

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

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


#376afc Background Color

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

This div background color is #376afc


#376afc Border Color

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

This div border color is #376afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376afc


Comments

No comments written yet.

Please login to write comment.