Color Hex Logo

#374cfd Color Hex

#374CFD
(55,76,253)
0 Favorites   0 Comments

Color spaces of #374cfd

RGB 5576253
HSL0.650.980.60
HSV234°78°99°
CMYK 0.780.700.00   0.01
XYZ21.889613.073094.2981
Yxy13.07300.16930.1011
Hunter Lab36.156644.7918-129.3214
CIE-Lab42.873052.7176-89.1334

#374cfd color RGB value is (55,76,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001100 11111101
Octal 67 114 375
Decimal 55 76 253
Hex 37 4C FD

RGB Percentages of Color #374cfd

%14.32
%19.79
%65.89

CMYK Percentages of Color #374cfd

%78
%70
%0
%1

Triadic Colors of #374cfd

#374cfd #fd374c #4cfd37

Analogous Colors of #374cfd

#374cfd #8537fd #37affd

Monochromatic Colors of #374cfd

#374cfd

Complementary Color

#374cfd #fde837

#374cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#374cfd Color CSS Codes

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

#374cfd Text Font Color

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

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


#374cfd Background Color

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

This div background color is #374cfd


#374cfd Border Color

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

This div border color is #374cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374cfd


Comments

No comments written yet.

Please login to write comment.