Color Hex Logo

#374dff Color Hex

#374DFF
(55,77,255)
0 Favorites   0 Comments

Color spaces of #374dff

RGB 5577255
HSL0.651.000.61
HSV233°78°100°
CMYK 0.780.700.00   0.00
XYZ22.279413.340096.0084
Yxy13.34000.16930.1013
Hunter Lab36.524044.9670-130.2854
CIE-Lab43.271152.8102-89.5927

#374dff color RGB value is (55,77,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001101 11111111
Octal 67 115 377
Decimal 55 77 255
Hex 37 4D FF

RGB Percentages of Color #374dff

%14.21
%19.90
%65.89

CMYK Percentages of Color #374dff

%78
%70
%0
%0

Triadic Colors of #374dff

#374dff #ff374d #4dff37

Analogous Colors of #374dff

#374dff #8537ff #37b1ff

Monochromatic Colors of #374dff

#374dff

Complementary Color

#374dff #ffe937

#374dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#374dff Color CSS Codes

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

#374dff Text Font Color

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

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


#374dff Background Color

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

This div background color is #374dff


#374dff Border Color

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

This div border color is #374dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374dff


Comments

No comments written yet.

Please login to write comment.