Color Hex Logo

#378ec6 Color Hex

#378EC6
(55,142,198)
0 Favorites   0 Comments

Color spaces of #378ec6

RGB 55142198
HSL0.570.570.50
HSV203°72°78°
CMYK 0.720.280.00   0.22
XYZ21.441624.235456.9739
Yxy24.23540.20890.2361
Hunter Lab49.2295-8.4069-34.1565
CIE-Lab56.3227-7.3604-36.4699

#378ec6 color RGB value is (55,142,198).

#378ec6 hex color red value is 55, green value is 142 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #378ec6 hue: 0.57 , saturation: 0.57 and the lightness value of 378ec6 is 0.50.

The process color (four color CMYK) of #378ec6 color hex is 0.72, 0.28, 0.00, 0.22. Web safe color of #378ec6 is #3399cc. Color #378ec6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001110 11000110
Octal 67 216 306
Decimal 55 142 198
Hex 37 8E C6

RGB Percentages of Color #378ec6

%13.92
%35.95
%50.13

CMYK Percentages of Color #378ec6

%72
%28
%0
%22

Triadic Colors of #378ec6

#378ec6 #c6378e #8ec637

Analogous Colors of #378ec6

#378ec6 #3747c6 #37c6b7

Monochromatic Colors of #378ec6

#378ec6

Complementary Color

#378ec6 #c66f37

#378ec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378ec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378ec6 Color CSS Codes

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

#378ec6 Text Font Color

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

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


#378ec6 Background Color

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

This div background color is #378ec6


#378ec6 Border Color

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

This div border color is #378ec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378ec6


Comments

No comments written yet.

Please login to write comment.