Color Hex Logo

#378fdb Color Hex

#378FDB
(55,143,219)
0 Favorites   0 Comments

Color spaces of #378fdb

RGB 55143219
HSL0.580.690.54
HSV208°75°86°
CMYK 0.750.350.00   0.14
XYZ24.184225.571670.6790
Yxy25.57160.20080.2123
Hunter Lab50.5684-3.1275-47.4713
CIE-Lab57.6282-0.5268-46.2252

#378fdb color RGB value is (55,143,219).

#378fdb hex color red value is 55, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #378fdb hue: 0.58 , saturation: 0.69 and the lightness value of 378fdb is 0.54.

The process color (four color CMYK) of #378fdb color hex is 0.75, 0.35, 0.00, 0.14. Web safe color of #378fdb is #3399cc. Color #378fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001111 11011011
Octal 67 217 333
Decimal 55 143 219
Hex 37 8F DB

RGB Percentages of Color #378fdb

%13.19
%34.29
%52.52

CMYK Percentages of Color #378fdb

%75
%35
%0
%14

Triadic Colors of #378fdb

#378fdb #db378f #8fdb37

Analogous Colors of #378fdb

#378fdb #373ddb #37dbd5

Monochromatic Colors of #378fdb

#378fdb

Complementary Color

#378fdb #db8337

#378fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#378fdb Color CSS Codes

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

#378fdb Text Font Color

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

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


#378fdb Background Color

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

This div background color is #378fdb


#378fdb Border Color

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

This div border color is #378fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378fdb


Comments

No comments written yet.

Please login to write comment.