Color Hex Logo

#378dde Color Hex

#378DDE
(55,141,222)
0 Favorites   0 Comments

Color spaces of #378dde

RGB 55141222
HSL0.580.720.54
HSV209°75°87°
CMYK 0.750.360.00   0.13
XYZ24.285225.135972.6790
Yxy25.13590.19890.2059
Hunter Lab50.1357-1.2740-50.8545
CIE-Lab57.20761.7264-48.5685

#378dde color RGB value is (55,141,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001101 11011110
Octal 67 215 336
Decimal 55 141 222
Hex 37 8D DE

RGB Percentages of Color #378dde

%13.16
%33.73
%53.11

CMYK Percentages of Color #378dde

%75
%36
%0
%13

Triadic Colors of #378dde

#378dde #de378d #8dde37

Analogous Colors of #378dde

#378dde #373ade #37dedc

Monochromatic Colors of #378dde

#378dde

Complementary Color

#378dde #de8837

#378dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#378dde Color CSS Codes

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

#378dde Text Font Color

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

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


#378dde Background Color

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

This div background color is #378dde


#378dde Border Color

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

This div border color is #378dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378dde


Comments

No comments written yet.

Please login to write comment.