Color Hex Logo

#376cec Color Hex

#376CEC
(55,108,236)
0 Favorites   0 Comments

Color spaces of #376cec

RGB 55108236
HSL0.620.830.57
HSV222°77°93°
CMYK 0.770.540.00   0.07
XYZ22.078417.593581.5891
Yxy17.59350.18210.1451
Hunter Lab41.944620.5541-85.9675
CIE-Lab48.999327.1899-69.5900

#376cec color RGB value is (55,108,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101100 11101100
Octal 67 154 354
Decimal 55 108 236
Hex 37 6C EC

RGB Percentages of Color #376cec

%13.78
%27.07
%59.15

CMYK Percentages of Color #376cec

%77
%54
%0
%7

Triadic Colors of #376cec

#376cec #ec376c #6cec37

Analogous Colors of #376cec

#376cec #5d37ec #37c7ec

Monochromatic Colors of #376cec

#376cec

Complementary Color

#376cec #ecb737

#376cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#376cec Color CSS Codes

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

#376cec Text Font Color

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

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


#376cec Background Color

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

This div background color is #376cec


#376cec Border Color

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

This div border color is #376cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376cec


Comments

No comments written yet.

Please login to write comment.