Color Hex Logo

#379dfe Color Hex

#379DFE
(55,157,254)
0 Favorites   0 Comments

Color spaces of #379dfe

RGB 55157254
HSL0.580.990.61
HSV209°78°100°
CMYK 0.780.380.00   0.00
XYZ31.521932.081998.2970
Yxy32.08190.19470.1982
Hunter Lab56.64090.2176-63.2458
CIE-Lab63.41053.8078-56.3816

#379dfe color RGB value is (55,157,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011101 11111110
Octal 67 235 376
Decimal 55 157 254
Hex 37 9D FE

RGB Percentages of Color #379dfe

%11.80
%33.69
%54.51

CMYK Percentages of Color #379dfe

%78
%38
%0
%0

Triadic Colors of #379dfe

#379dfe #fe379d #9dfe37

Analogous Colors of #379dfe

#379dfe #373afe #37fefc

Monochromatic Colors of #379dfe

#379dfe

Complementary Color

#379dfe #fe9837

#379dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#379dfe Color CSS Codes

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

#379dfe Text Font Color

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

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


#379dfe Background Color

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

This div background color is #379dfe


#379dfe Border Color

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

This div border color is #379dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379dfe


Comments

No comments written yet.

Please login to write comment.