Color Hex Logo

#379efd Color Hex

#379EFD
(55,158,253)
0 Favorites   0 Comments

Color spaces of #379efd

RGB 55158253
HSL0.580.980.60
HSV209°78°99°
CMYK 0.780.380.00   0.01
XYZ31.532032.357897.5123
Yxy32.35780.19540.2005
Hunter Lab56.8839-0.6004-61.8181
CIE-Lab63.63752.8663-55.4745

#379efd color RGB value is (55,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10011110 11111101
Octal 67 236 375
Decimal 55 158 253
Hex 37 9E FD

RGB Percentages of Color #379efd

%11.80
%33.91
%54.29

CMYK Percentages of Color #379efd

%78
%38
%0
%1

Triadic Colors of #379efd

#379efd #fd379e #9efd37

Analogous Colors of #379efd

#379efd #373bfd #37fdf9

Monochromatic Colors of #379efd

#379efd

Complementary Color

#379efd #fd9637

#379efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#379efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#379efd Color CSS Codes

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

#379efd Text Font Color

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

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


#379efd Background Color

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

This div background color is #379efd


#379efd Border Color

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

This div border color is #379efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #379efd

Related Colors


Comments

No comments written yet.

Please login to write comment.