Color Hex Logo

#378ecf Color Hex

#378ECF
(55,142,207)
0 Favorites   0 Comments

Color spaces of #378ecf

RGB 55142207
HSL0.570.610.51
HSV206°73°81°
CMYK 0.730.310.00   0.19
XYZ22.511024.663262.6055
Yxy24.66320.20510.2247
Hunter Lab49.6621-5.9975-39.9793
CIE-Lab56.7458-4.2056-40.8846

#378ecf color RGB value is (55,142,207).

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

The process color (four color CMYK) of #378ecf color hex is 0.73, 0.31, 0.00, 0.19. Web safe color of #378ecf is #3399cc. Color #378ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001110 11001111
Octal 67 216 317
Decimal 55 142 207
Hex 37 8E CF

RGB Percentages of Color #378ecf

%13.61
%35.15
%51.24

CMYK Percentages of Color #378ecf

%73
%31
%0
%19

Triadic Colors of #378ecf

#378ecf #cf378e #8ecf37

Analogous Colors of #378ecf

#378ecf #3742cf #37cfc4

Monochromatic Colors of #378ecf

#378ecf

Complementary Color

#378ecf #cf7837

#378ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#378ecf Color CSS Codes

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

#378ecf Text Font Color

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

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


#378ecf Background Color

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

This div background color is #378ecf


#378ecf Border Color

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

This div border color is #378ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378ecf


Comments

No comments written yet.

Please login to write comment.