Color Hex Logo

#374bfc Color Hex

#374BFC
(55,75,252)
0 Favorites   0 Comments

Color spaces of #374bfc

RGB 5575252
HSL0.650.970.60
HSV234°78°99°
CMYK 0.780.700.00   0.01
XYZ21.662312.872793.4384
Yxy12.87270.16930.1006
Hunter Lab35.878544.9850-129.2938
CIE-Lab42.570852.9558-89.0734

#374bfc color RGB value is (55,75,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 01001011 11111100
Octal 67 113 374
Decimal 55 75 252
Hex 37 4B FC

RGB Percentages of Color #374bfc

%14.40
%19.63
%65.97

CMYK Percentages of Color #374bfc

%78
%70
%0
%1

Triadic Colors of #374bfc

#374bfc #fc374b #4bfc37

Analogous Colors of #374bfc

#374bfc #8637fc #37aefc

Monochromatic Colors of #374bfc

#374bfc

Complementary Color

#374bfc #fce837

#374bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#374bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#374bfc Color CSS Codes

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

#374bfc Text Font Color

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

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


#374bfc Background Color

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

This div background color is #374bfc


#374bfc Border Color

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

This div border color is #374bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #374bfc


Comments

No comments written yet.

Please login to write comment.