Color Hex Logo

#378ea2 Color Hex

#378EA2
(55,142,162)
0 Favorites   0 Comments

Color spaces of #378ea2

RGB 55142162
HSL0.530.490.43
HSV191°66°64°
CMYK 0.660.120.00   0.36
XYZ17.770122.766937.6403
Yxy22.76690.22730.2912
Hunter Lab47.7147-17.0230-13.3714
CIE-Lab54.8314-19.4037-18.2426

#378ea2 color RGB value is (55,142,162).

#378ea2 hex color red value is 55, green value is 142 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #378ea2 hue: 0.53 , saturation: 0.49 and the lightness value of 378ea2 is 0.43.

The process color (four color CMYK) of #378ea2 color hex is 0.66, 0.12, 0.00, 0.36. Web safe color of #378ea2 is #339999. Color #378ea2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10001110 10100010
Octal 67 216 242
Decimal 55 142 162
Hex 37 8E A2

RGB Percentages of Color #378ea2

%15.32
%39.55
%45.13

CMYK Percentages of Color #378ea2

%66
%12
%0
%36

Triadic Colors of #378ea2

#378ea2 #a2378e #8ea237

Analogous Colors of #378ea2

#378ea2 #3758a2 #37a281

Monochromatic Colors of #378ea2

#378ea2

Complementary Color

#378ea2 #a24b37

#378ea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378ea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378ea2 Color CSS Codes

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

#378ea2 Text Font Color

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

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


#378ea2 Background Color

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

This div background color is #378ea2


#378ea2 Border Color

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

This div border color is #378ea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378ea2


Comments

No comments written yet.

Please login to write comment.