Color Hex Logo

#371960 Color Hex

#371960
(55,25,96)
0 Favorites   0 Comments

Color spaces of #371960

RGB 552596
HSL0.740.590.24
HSV265°74°38°
CMYK 0.430.740.00   0.62
XYZ4.03452.352011.3077
Yxy2.35200.22800.1329
Hunter Lab15.336220.1196-32.9803
CIE-Lab17.235631.1593-36.7059

#371960 color RGB value is (55,25,96).

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

The process color (four color CMYK) of #371960 color hex is 0.43, 0.74, 0.00, 0.62. Web safe color of #371960 is #330066. Color #371960 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011001 01100000
Octal 67 31 140
Decimal 55 25 96
Hex 37 19 60

RGB Percentages of Color #371960

%31.25
%14.20
%54.55

CMYK Percentages of Color #371960

%43
%74
%0
%62

Triadic Colors of #371960

#371960 #603719 #196037

Analogous Colors of #371960

#371960 #5a1960 #191f60

Monochromatic Colors of #371960

#371960

Complementary Color

#371960 #426019

#371960 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371960 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371960 Color CSS Codes

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

#371960 Text Font Color

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

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


#371960 Background Color

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

This div background color is #371960


#371960 Border Color

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

This div border color is #371960


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371960


Comments

No comments written yet.

Please login to write comment.