Color Hex Logo

#374bfd Color Hex

#374BFD
(55,75,253)
0 Favorites   0 Comments

Color spaces of #374bfd

RGB 5575253
HSL0.650.980.60
HSV234°78°99°
CMYK 0.780.700.00   0.01
XYZ21.821212.936294.2753
Yxy12.93620.16910.1003
Hunter Lab35.966945.3541-130.2321
CIE-Lab42.667053.2863-89.4734

#374bfd color RGB value is (55,75,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001011 11111101
Octal 67 113 375
Decimal 55 75 253
Hex 37 4B FD

RGB Percentages of Color #374bfd

%14.36
%19.58
%66.06

CMYK Percentages of Color #374bfd

%78
%70
%0
%1

Triadic Colors of #374bfd

#374bfd #fd374b #4bfd37

Analogous Colors of #374bfd

#374bfd #8637fd #37aefd

Monochromatic Colors of #374bfd

#374bfd

Complementary Color

#374bfd #fde937

#374bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#374bfd Color CSS Codes

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

#374bfd Text Font Color

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

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


#374bfd Background Color

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

This div background color is #374bfd


#374bfd Border Color

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

This div border color is #374bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374bfd


Comments

No comments written yet.

Please login to write comment.