Color Hex Logo

#378087 Color Hex

#378087
(55,128,135)
0 Favorites   0 Comments

Color spaces of #378087

RGB 55128135
HSL0.510.420.37
HSV185°59°53°
CMYK 0.590.050.00   0.47
XYZ13.667917.999825.6756
Yxy17.99980.23840.3139
Hunter Lab42.4262-16.7407-6.1830
CIE-Lab49.4959-20.3561-10.6377

#378087 color RGB value is (55,128,135).

#378087 hex color red value is 55, green value is 128 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #378087 hue: 0.51 , saturation: 0.42 and the lightness value of 378087 is 0.37.

The process color (four color CMYK) of #378087 color hex is 0.59, 0.05, 0.00, 0.47. Web safe color of #378087 is #339999. Color #378087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10000000 10000111
Octal 67 200 207
Decimal 55 128 135
Hex 37 80 87

RGB Percentages of Color #378087

%17.30
%40.25
%42.45

CMYK Percentages of Color #378087

%59
%5
%0
%47

Triadic Colors of #378087

#378087 #873780 #808737

Analogous Colors of #378087

#378087 #375887 #378766

Monochromatic Colors of #378087

#378087

Complementary Color

#378087 #873e37

#378087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#378087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#378087 Color CSS Codes

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

#378087 Text Font Color

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

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


#378087 Background Color

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

This div background color is #378087


#378087 Border Color

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

This div border color is #378087


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,128,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #378087; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #378087;
  -webkit-box-shadow: 1px 1px 3px 2px #378087;
  box-shadow:         1px 1px 3px 2px #378087; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #378087


Comments

No comments written yet.

Please login to write comment.