Color Hex Logo

#371276 Color Hex

#371276
(55,18,118)
0 Favorites   0 Comments

Color spaces of #371276

RGB 5518118
HSL0.730.740.27
HSV262°85°46°
CMYK 0.530.850.00   0.54
XYZ5.06192.552817.3655
Yxy2.55280.20260.1022
Hunter Lab15.977528.5908-53.2565
CIE-Lab18.155740.8942-49.5715

#371276 color RGB value is (55,18,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010010 01110110
Octal 67 22 166
Decimal 55 18 118
Hex 37 12 76

RGB Percentages of Color #371276

%28.80
%9.42
%61.78

CMYK Percentages of Color #371276

%53
%85
%0
%54

Triadic Colors of #371276

#371276 #763712 #127637

Analogous Colors of #371276

#371276 #691276 #121f76

Monochromatic Colors of #371276

#371276

Complementary Color

#371276 #517612

#371276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371276 Color CSS Codes

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

#371276 Text Font Color

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

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


#371276 Background Color

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

This div background color is #371276


#371276 Border Color

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

This div border color is #371276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371276


Comments

No comments written yet.

Please login to write comment.