Color Hex Logo

#371277 Color Hex

#371277
(55,18,119)
0 Favorites   0 Comments

Color spaces of #371277

RGB 5518119
HSL0.730.740.27
HSV262°85°47°
CMYK 0.540.850.00   0.53
XYZ5.12162.576717.6802
Yxy2.57670.20180.1015
Hunter Lab16.052128.8612-54.0671
CIE-Lab18.262041.1728-50.0396

#371277 color RGB value is (55,18,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010010 01110111
Octal 67 22 167
Decimal 55 18 119
Hex 37 12 77

RGB Percentages of Color #371277

%28.65
%9.38
%61.98

CMYK Percentages of Color #371277

%54
%85
%0
%53

Triadic Colors of #371277

#371277 #773712 #127737

Analogous Colors of #371277

#371277 #6a1277 #122077

Monochromatic Colors of #371277

#371277

Complementary Color

#371277 #527712

#371277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371277 Color CSS Codes

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

#371277 Text Font Color

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

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


#371277 Background Color

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

This div background color is #371277


#371277 Border Color

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

This div border color is #371277


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,18,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 #371277">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371277


Comments

No comments written yet.

Please login to write comment.