Color Hex Logo

#379efc Color Hex

#379EFC
(55,158,252)
0 Favorites   0 Comments

Color spaces of #379efc

RGB 55158252
HSL0.580.970.60
HSV209°78°99°
CMYK 0.780.370.00   0.01
XYZ31.373132.294296.6753
Yxy32.29420.19570.2014
Hunter Lab56.8280-0.9042-61.0841
CIE-Lab63.58532.5090-55.0113

#379efc color RGB value is (55,158,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011110 11111100
Octal 67 236 374
Decimal 55 158 252
Hex 37 9E FC

RGB Percentages of Color #379efc

%11.83
%33.98
%54.19

CMYK Percentages of Color #379efc

%78
%37
%0
%1

Triadic Colors of #379efc

#379efc #fc379e #9efc37

Analogous Colors of #379efc

#379efc #373cfc #37fcf8

Monochromatic Colors of #379efc

#379efc

Complementary Color

#379efc #fc9537

#379efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#379efc Color CSS Codes

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

#379efc Text Font Color

<p style="color:#379efc">Text here</p>

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


#379efc Background Color

<div style="background-color:#379efc">
Div content here</div>

This div background color is #379efc


#379efc Border Color

<div style="border:3px solid #379efc">
Div here</div>

This div border color is #379efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379efc


Comments

No comments written yet.

Please login to write comment.