Color Hex Logo

#378bfd Color Hex

#378BFD
(55,139,253)
0 Favorites   0 Comments

Color spaces of #378bfd

RGB 55139253
HSL0.600.980.60
HSV215°78°99°
CMYK 0.780.450.00   0.01
XYZ28.537826.369396.5142
Yxy26.36930.18850.1741
Hunter Lab51.35109.3352-75.4897
CIE-Lab58.385914.1801-63.8689

#378bfd color RGB value is (55,139,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001011 11111101
Octal 67 213 375
Decimal 55 139 253
Hex 37 8B FD

RGB Percentages of Color #378bfd

%12.30
%31.10
%56.60

CMYK Percentages of Color #378bfd

%78
%45
%0
%1

Triadic Colors of #378bfd

#378bfd #fd378b #8bfd37

Analogous Colors of #378bfd

#378bfd #4637fd #37eefd

Monochromatic Colors of #378bfd

#378bfd

Complementary Color

#378bfd #fda937

#378bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#378bfd Color CSS Codes

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

#378bfd Text Font Color

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

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


#378bfd Background Color

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

This div background color is #378bfd


#378bfd Border Color

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

This div border color is #378bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378bfd


Comments

No comments written yet.

Please login to write comment.