Color Hex Logo

#374cfe Color Hex

#374CFE
(55,76,254)
0 Favorites   0 Comments

Color spaces of #374cfe

RGB 5576254
HSL0.650.990.61
HSV234°78°100°
CMYK 0.780.700.00   0.00
XYZ22.049413.136995.1395
Yxy13.13690.16920.1008
Hunter Lab36.244945.1612-130.2595
CIE-Lab42.968853.0488-89.5336

#374cfe color RGB value is (55,76,254).

#374cfe hex color red value is 55, green value is 76 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #374cfe hue: 0.65 , saturation: 0.99 and the lightness value of 374cfe is 0.61.

The process color (four color CMYK) of #374cfe color hex is 0.78, 0.70, 0.00, 0.00. Web safe color of #374cfe is #3333ff. Color #374cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001100 11111110
Octal 67 114 376
Decimal 55 76 254
Hex 37 4C FE

RGB Percentages of Color #374cfe

%14.29
%19.74
%65.97

CMYK Percentages of Color #374cfe

%78
%70
%0
%0

Triadic Colors of #374cfe

#374cfe #fe374c #4cfe37

Analogous Colors of #374cfe

#374cfe #8637fe #37b0fe

Monochromatic Colors of #374cfe

#374cfe

Complementary Color

#374cfe #fee937

#374cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#374cfe Color CSS Codes

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

#374cfe Text Font Color

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

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


#374cfe Background Color

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

This div background color is #374cfe


#374cfe Border Color

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

This div border color is #374cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374cfe


Comments

No comments written yet.

Please login to write comment.