Color Hex Logo

#376eef Color Hex

#376EEF
(55,110,239)
0 Favorites   0 Comments

Color spaces of #376eef

RGB 55110239
HSL0.620.850.58
HSV222°77°94°
CMYK 0.770.540.00   0.06
XYZ22.731518.196183.9755
Yxy18.19610.18200.1457
Hunter Lab42.656920.4716-86.8601
CIE-Lab49.733127.0283-70.0790

#376eef color RGB value is (55,110,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01101110 11101111
Octal 67 156 357
Decimal 55 110 239
Hex 37 6E EF

RGB Percentages of Color #376eef

%13.61
%27.23
%59.16

CMYK Percentages of Color #376eef

%77
%54
%0
%6

Triadic Colors of #376eef

#376eef #ef376e #6eef37

Analogous Colors of #376eef

#376eef #5c37ef #37caef

Monochromatic Colors of #376eef

#376eef

Complementary Color

#376eef #efb837

#376eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#376eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#376eef Color CSS Codes

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

#376eef Text Font Color

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

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


#376eef Background Color

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

This div background color is #376eef


#376eef Border Color

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

This div border color is #376eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #376eef


Comments

No comments written yet.

Please login to write comment.