Color Hex Logo

#378ffc Color Hex

#378FFC
(55,143,252)
0 Favorites   0 Comments

Color spaces of #378ffc

RGB 55143252
HSL0.590.970.60
HSV213°78°99°
CMYK 0.780.430.00   0.01
XYZ28.968727.485495.8739
Yxy27.48540.19020.1804
Hunter Lab52.42656.8852-71.7268
CIE-Lab59.421011.3956-61.6586

#378ffc color RGB value is (55,143,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001111 11111100
Octal 67 217 374
Decimal 55 143 252
Hex 37 8F FC

RGB Percentages of Color #378ffc

%12.22
%31.78
%56.00

CMYK Percentages of Color #378ffc

%78
%43
%0
%1

Triadic Colors of #378ffc

#378ffc #fc378f #8ffc37

Analogous Colors of #378ffc

#378ffc #4137fc #37f2fc

Monochromatic Colors of #378ffc

#378ffc

Complementary Color

#378ffc #fca437

#378ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#378ffc Color CSS Codes

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

#378ffc Text Font Color

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

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


#378ffc Background Color

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

This div background color is #378ffc


#378ffc Border Color

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

This div border color is #378ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378ffc


Comments

No comments written yet.

Please login to write comment.