Color Hex Logo

#374fef Color Hex

#374FEF
(55,79,239)
0 Favorites   0 Comments

Color spaces of #374fef

RGB 5579239
HSL0.640.850.58
HSV232°77°94°
CMYK 0.770.670.00   0.06
XYZ19.951512.636283.0488
Yxy12.63620.17250.1093
Hunter Lab35.547437.9776-113.6349
CIE-Lab42.209946.2498-82.3728

#374fef color RGB value is (55,79,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001111 11101111
Octal 67 117 357
Decimal 55 79 239
Hex 37 4F EF

RGB Percentages of Color #374fef

%14.75
%21.18
%64.08

CMYK Percentages of Color #374fef

%77
%67
%0
%6

Triadic Colors of #374fef

#374fef #ef374f #4fef37

Analogous Colors of #374fef

#374fef #7b37ef #37abef

Monochromatic Colors of #374fef

#374fef

Complementary Color

#374fef #efd737

#374fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#374fef Color CSS Codes

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

#374fef Text Font Color

<p style="color:#374fef">Text here</p>

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


#374fef Background Color

<div style="background-color:#374fef">
Div content here</div>

This div background color is #374fef


#374fef Border Color

<div style="border:3px solid #374fef">
Div here</div>

This div border color is #374fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374fef


Comments

No comments written yet.

Please login to write comment.