Color Hex Logo

#374ffc Color Hex

#374FFC
(55,79,252)
0 Favorites   0 Comments

Color spaces of #374ffc

RGB 5579252
HSL0.650.970.60
HSV233°78°99°
CMYK 0.780.690.00   0.01
XYZ21.942213.432593.5317
Yxy13.43250.17020.1042
Hunter Lab36.650442.7279-125.6527
CIE-Lab43.407850.6578-87.6935

#374ffc color RGB value is (55,79,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001111 11111100
Octal 67 117 374
Decimal 55 79 252
Hex 37 4F FC

RGB Percentages of Color #374ffc

%14.25
%20.47
%65.28

CMYK Percentages of Color #374ffc

%78
%69
%0
%1

Triadic Colors of #374ffc

#374ffc #fc374f #4ffc37

Analogous Colors of #374ffc

#374ffc #8237fc #37b2fc

Monochromatic Colors of #374ffc

#374ffc

Complementary Color

#374ffc #fce437

#374ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#374ffc Color CSS Codes

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

#374ffc Text Font Color

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

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


#374ffc Background Color

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

This div background color is #374ffc


#374ffc Border Color

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

This div border color is #374ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374ffc


Comments

No comments written yet.

Please login to write comment.