Color Hex Logo

#374eea Color Hex

#374EEA
(55,78,234)
0 Favorites   0 Comments

Color spaces of #374eea

RGB 5578234
HSL0.650.810.57
HSV232°76°92°
CMYK 0.760.670.00   0.08
XYZ19.151212.201579.1877
Yxy12.20150.17330.1104
Hunter Lab34.930636.7364-109.9589
CIE-Lab41.534645.1331-80.6602

#374eea color RGB value is (55,78,234).

#374eea hex color red value is 55, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #374eea hue: 0.65 , saturation: 0.81 and the lightness value of 374eea is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001110 11101010
Octal 67 116 352
Decimal 55 78 234
Hex 37 4E EA

RGB Percentages of Color #374eea

%14.99
%21.25
%63.76

CMYK Percentages of Color #374eea

%76
%67
%0
%8

Triadic Colors of #374eea

#374eea #ea374e #4eea37

Analogous Colors of #374eea

#374eea #7a37ea #37a8ea

Monochromatic Colors of #374eea

#374eea

Complementary Color

#374eea #ead337

#374eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#374eea Color CSS Codes

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

#374eea Text Font Color

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

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


#374eea Background Color

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

This div background color is #374eea


#374eea Border Color

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

This div border color is #374eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374eea


Comments

No comments written yet.

Please login to write comment.