Color Hex Logo

#374acf Color Hex

#374ACF
(55,74,207)
0 Favorites   0 Comments

Color spaces of #374acf

RGB 5574207
HSL0.650.610.51
HSV233°73°81°
CMYK 0.730.640.00   0.19
XYZ15.286810.214860.1974
Yxy10.21480.17840.1192
Hunter Lab31.960629.4457-89.2996
CIE-Lab38.225238.1833-70.6564

#374acf color RGB value is (55,74,207).

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

The process color (four color CMYK) of #374acf color hex is 0.73, 0.64, 0.00, 0.19. Web safe color of #374acf is #3333cc. Color #374acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001010 11001111
Octal 67 112 317
Decimal 55 74 207
Hex 37 4A CF

RGB Percentages of Color #374acf

%16.37
%22.02
%61.61

CMYK Percentages of Color #374acf

%73
%64
%0
%19

Triadic Colors of #374acf

#374acf #cf374a #4acf37

Analogous Colors of #374acf

#374acf #7037cf #3796cf

Monochromatic Colors of #374acf

#374acf

Complementary Color

#374acf #cfbc37

#374acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#374acf Color CSS Codes

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

#374acf Text Font Color

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

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


#374acf Background Color

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

This div background color is #374acf


#374acf Border Color

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

This div border color is #374acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374acf


Comments

No comments written yet.

Please login to write comment.