Color Hex Logo

#371256 Color Hex

#371256
(55,18,86)
0 Favorites   0 Comments

Color spaces of #371256

RGB 551886
HSL0.760.650.20
HSV273°79°34°
CMYK 0.360.790.00   0.66
XYZ3.47161.91678.9911
Yxy1.91670.24140.1333
Hunter Lab13.844520.5322-28.8139
CIE-Lab15.043932.0853-33.5686

#371256 color RGB value is (55,18,86).

#371256 hex color red value is 55, green value is 18 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #371256 hue: 0.76 , saturation: 0.65 and the lightness value of 371256 is 0.20.

The process color (four color CMYK) of #371256 color hex is 0.36, 0.79, 0.00, 0.66. Web safe color of #371256 is #330066. Color #371256 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00010010 01010110
Octal 67 22 126
Decimal 55 18 86
Hex 37 12 56

RGB Percentages of Color #371256

%34.59
%11.32
%54.09

CMYK Percentages of Color #371256

%36
%79
%0
%66

Triadic Colors of #371256

#371256 #563712 #125637

Analogous Colors of #371256

#371256 #561253 #151256

Monochromatic Colors of #371256

#371256

Complementary Color

#371256 #315612

#371256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371256 Color CSS Codes

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

#371256 Text Font Color

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

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


#371256 Background Color

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

This div background color is #371256


#371256 Border Color

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

This div border color is #371256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371256


Comments

No comments written yet.

Please login to write comment.