Color Hex Logo

#378ffe Color Hex

#378FFE
(55,143,254)
0 Favorites   0 Comments

Color spaces of #378ffe

RGB 55143254
HSL0.590.990.61
HSV213°78°100°
CMYK 0.780.440.00   0.00
XYZ29.287427.612997.5521
Yxy27.61290.18960.1788
Hunter Lab52.54807.5273-73.2847
CIE-Lab59.537412.1231-62.5698

#378ffe color RGB value is (55,143,254).

#378ffe hex color red value is 55, green value is 143 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #378ffe hue: 0.59 , saturation: 0.99 and the lightness value of 378ffe is 0.61.

The process color (four color CMYK) of #378ffe color hex is 0.78, 0.44, 0.00, 0.00. Web safe color of #378ffe is #3399ff. Color #378ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001111 11111110
Octal 67 217 376
Decimal 55 143 254
Hex 37 8F FE

RGB Percentages of Color #378ffe

%12.17
%31.64
%56.19

CMYK Percentages of Color #378ffe

%78
%44
%0
%0

Triadic Colors of #378ffe

#378ffe #fe378f #8ffe37

Analogous Colors of #378ffe

#378ffe #4337fe #37f3fe

Monochromatic Colors of #378ffe

#378ffe

Complementary Color

#378ffe #fea637

#378ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#378ffe Color CSS Codes

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

#378ffe Text Font Color

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

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


#378ffe Background Color

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

This div background color is #378ffe


#378ffe Border Color

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

This div border color is #378ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378ffe


Comments

No comments written yet.

Please login to write comment.