Color Hex Logo

#378dbc Color Hex

#378DBC
(55,141,188)
0 Favorites   0 Comments

Color spaces of #378dbc

RGB 55141188
HSL0.560.550.48
HSV201°71°74°
CMYK 0.710.250.00   0.26
XYZ20.177523.492851.0481
Yxy23.49280.21300.2480
Hunter Lab48.4694-10.5130-28.5159
CIE-Lab55.5764-10.2464-31.9634

#378dbc color RGB value is (55,141,188).

#378dbc hex color red value is 55, green value is 141 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #378dbc hue: 0.56 , saturation: 0.55 and the lightness value of 378dbc is 0.48.

The process color (four color CMYK) of #378dbc color hex is 0.71, 0.25, 0.00, 0.26. Web safe color of #378dbc is #3399cc. Color #378dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001101 10111100
Octal 67 215 274
Decimal 55 141 188
Hex 37 8D BC

RGB Percentages of Color #378dbc

%14.32
%36.72
%48.96

CMYK Percentages of Color #378dbc

%71
%25
%0
%26

Triadic Colors of #378dbc

#378dbc #bc378d #8dbc37

Analogous Colors of #378dbc

#378dbc #374bbc #37bca9

Monochromatic Colors of #378dbc

#378dbc

Complementary Color

#378dbc #bc6637

#378dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#378dbc Color CSS Codes

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

#378dbc Text Font Color

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

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


#378dbc Background Color

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

This div background color is #378dbc


#378dbc Border Color

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

This div border color is #378dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378dbc


Comments

No comments written yet.

Please login to write comment.