Color Hex Logo

#378efe Color Hex

#378EFE
(55,142,254)
0 Favorites   0 Comments

Color spaces of #378efe

RGB 55142254
HSL0.590.990.61
HSV214°78°100°
CMYK 0.780.440.00   0.00
XYZ29.137927.314097.5023
Yxy27.31400.18930.1774
Hunter Lab52.26288.0586-74.0284
CIE-Lab59.263812.7266-63.0087

#378efe color RGB value is (55,142,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001110 11111110
Octal 67 216 376
Decimal 55 142 254
Hex 37 8E FE

RGB Percentages of Color #378efe

%12.20
%31.49
%56.32

CMYK Percentages of Color #378efe

%78
%44
%0
%0

Triadic Colors of #378efe

#378efe #fe378e #8efe37

Analogous Colors of #378efe

#378efe #4437fe #37f2fe

Monochromatic Colors of #378efe

#378efe

Complementary Color

#378efe #fea737

#378efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#378efe Color CSS Codes

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

#378efe Text Font Color

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

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


#378efe Background Color

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

This div background color is #378efe


#378efe Border Color

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

This div border color is #378efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378efe


Comments

No comments written yet.

Please login to write comment.