Color Hex Logo

#370477 Color Hex

#370477
(55,4,119)
0 Favorites   0 Comments

Color spaces of #370477

RGB 554119
HSL0.740.930.24
HSV267°97°47°
CMYK 0.540.970.00   0.53
XYZ4.94872.231017.6226
Yxy2.23100.19950.0900
Hunter Lab14.936533.0008-59.4967
CIE-Lab16.655645.9473-52.6906

#370477 color RGB value is (55,4,119).

#370477 hex color red value is 55, green value is 4 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #370477 hue: 0.74 , saturation: 0.93 and the lightness value of 370477 is 0.24.

The process color (four color CMYK) of #370477 color hex is 0.54, 0.97, 0.00, 0.53. Web safe color of #370477 is #330066. Color #370477 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000100 01110111
Octal 67 4 167
Decimal 55 4 119
Hex 37 4 77

RGB Percentages of Color #370477

%30.90
%2.25
%66.85

CMYK Percentages of Color #370477

%54
%97
%0
%53

Triadic Colors of #370477

#370477 #773704 #047737

Analogous Colors of #370477

#370477 #710477 #040b77

Monochromatic Colors of #370477

#370477

Complementary Color

#370477 #447704

#370477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370477 Color CSS Codes

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

#370477 Text Font Color

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

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


#370477 Background Color

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

This div background color is #370477


#370477 Border Color

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

This div border color is #370477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370477


Comments

No comments written yet.

Please login to write comment.