Color Hex Logo

#377982 Color Hex

#377982
(55,121,130)
0 Favorites   0 Comments

Color spaces of #377982

RGB 55121130
HSL0.520.410.36
HSV187°58°51°
CMYK 0.580.070.00   0.49
XYZ12.442216.098723.5707
Yxy16.09870.23880.3089
Hunter Lab40.1232-14.8627-6.7442
CIE-Lab47.1037-18.1220-11.2888

#377982 color RGB value is (55,121,130).

#377982 hex color red value is 55, green value is 121 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #377982 hue: 0.52 , saturation: 0.41 and the lightness value of 377982 is 0.36.

The process color (four color CMYK) of #377982 color hex is 0.58, 0.07, 0.00, 0.49. Web safe color of #377982 is #336699. Color #377982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01111001 10000010
Octal 67 171 202
Decimal 55 121 130
Hex 37 79 82

RGB Percentages of Color #377982

%17.97
%39.54
%42.48

CMYK Percentages of Color #377982

%58
%7
%0
%49

Triadic Colors of #377982

#377982 #823779 #798237

Analogous Colors of #377982

#377982 #375482 #378266

Monochromatic Colors of #377982

#377982

Complementary Color

#377982 #824037

#377982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#377982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#377982 Color CSS Codes

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

#377982 Text Font Color

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

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


#377982 Background Color

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

This div background color is #377982


#377982 Border Color

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

This div border color is #377982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #377982


Comments

No comments written yet.

Please login to write comment.