Color Hex Logo

#378ece Color Hex

#378ECE
(55,142,206)
0 Favorites   0 Comments

Color spaces of #378ece

RGB 55142206
HSL0.570.610.51
HSV205°73°81°
CMYK 0.730.310.00   0.19
XYZ22.389124.614561.9636
Yxy24.61450.20550.2259
Hunter Lab49.6130-6.2702-39.3205
CIE-Lab56.6979-4.5585-40.3969

#378ece color RGB value is (55,142,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001110 11001110
Octal 67 216 316
Decimal 55 142 206
Hex 37 8E CE

RGB Percentages of Color #378ece

%13.65
%35.24
%51.12

CMYK Percentages of Color #378ece

%73
%31
%0
%19

Triadic Colors of #378ece

#378ece #ce378e #8ece37

Analogous Colors of #378ece

#378ece #3742ce #37cec3

Monochromatic Colors of #378ece

#378ece

Complementary Color

#378ece #ce7737

#378ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#378ece Color CSS Codes

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

#378ece Text Font Color

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

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


#378ece Background Color

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

This div background color is #378ece


#378ece Border Color

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

This div border color is #378ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378ece


Comments

No comments written yet.

Please login to write comment.