Color Hex Logo

#376eec Color Hex

#376EEC
(55,110,236)
0 Favorites   0 Comments

Color spaces of #376eec

RGB 55110236
HSL0.620.830.57
HSV222°77°93°
CMYK 0.770.530.00   0.07
XYZ22.291818.020281.6602
Yxy18.02020.18280.1477
Hunter Lab42.450219.4475-84.3393
CIE-Lab49.520625.9300-68.7440

#376eec color RGB value is (55,110,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101110 11101100
Octal 67 156 354
Decimal 55 110 236
Hex 37 6E EC

RGB Percentages of Color #376eec

%13.72
%27.43
%58.85

CMYK Percentages of Color #376eec

%77
%53
%0
%7

Triadic Colors of #376eec

#376eec #ec376e #6eec37

Analogous Colors of #376eec

#376eec #5a37ec #37c9ec

Monochromatic Colors of #376eec

#376eec

Complementary Color

#376eec #ecb537

#376eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#376eec Color CSS Codes

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

#376eec Text Font Color

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

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


#376eec Background Color

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

This div background color is #376eec


#376eec Border Color

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

This div border color is #376eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376eec


Comments

No comments written yet.

Please login to write comment.