Color Hex Logo

#378cf2 Color Hex

#378CF2
(55,140,242)
0 Favorites   0 Comments

Color spaces of #378cf2

RGB 55140242
HSL0.590.880.58
HSV213°77°95°
CMYK 0.770.420.00   0.05
XYZ26.980625.979287.5969
Yxy25.97920.19200.1848
Hunter Lab50.96985.2909-66.2172
CIE-Lab58.01739.5651-58.3954

#378cf2 color RGB value is (55,140,242).

#378cf2 hex color red value is 55, green value is 140 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #378cf2 hue: 0.59 , saturation: 0.88 and the lightness value of 378cf2 is 0.58.

The process color (four color CMYK) of #378cf2 color hex is 0.77, 0.42, 0.00, 0.05. Web safe color of #378cf2 is #3399ff. Color #378cf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001100 11110010
Octal 67 214 362
Decimal 55 140 242
Hex 37 8C F2

RGB Percentages of Color #378cf2

%12.59
%32.04
%55.38

CMYK Percentages of Color #378cf2

%77
%42
%0
%5

Triadic Colors of #378cf2

#378cf2 #f2378c #8cf237

Analogous Colors of #378cf2

#378cf2 #3f37f2 #37eaf2

Monochromatic Colors of #378cf2

#378cf2

Complementary Color

#378cf2 #f29d37

#378cf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378cf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378cf2 Color CSS Codes

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

#378cf2 Text Font Color

<p style="color:#378cf2">Text here</p>

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


#378cf2 Background Color

<div style="background-color:#378cf2">
Div content here</div>

This div background color is #378cf2


#378cf2 Border Color

<div style="border:3px solid #378cf2">
Div here</div>

This div border color is #378cf2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,140,242, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #378cf2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #378cf2;
  -webkit-box-shadow: 1px 1px 3px 2px #378cf2;
  box-shadow:         1px 1px 3px 2px #378cf2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378cf2


Comments

No comments written yet.

Please login to write comment.