Color Hex Logo

#371c66 Color Hex

#371C66
(55,28,102)
0 Favorites   0 Comments

Color spaces of #371c66

RGB 5528102
HSL0.730.570.25
HSV262°73°40°
CMYK 0.460.730.00   0.60
XYZ4.38912.602012.8413
Yxy2.60200.22130.1312
Hunter Lab16.130720.3403-35.9079
CIE-Lab18.373831.2207-38.8147

#371c66 color RGB value is (55,28,102).

#371c66 hex color red value is 55, green value is 28 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #371c66 hue: 0.73 , saturation: 0.57 and the lightness value of 371c66 is 0.25.

The process color (four color CMYK) of #371c66 color hex is 0.46, 0.73, 0.00, 0.60. Web safe color of #371c66 is #333366. Color #371c66 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011100 01100110
Octal 67 34 146
Decimal 55 28 102
Hex 37 1C 66

RGB Percentages of Color #371c66

%29.73
%15.14
%55.14

CMYK Percentages of Color #371c66

%46
%73
%0
%60

Triadic Colors of #371c66

#371c66 #66371c #1c6637

Analogous Colors of #371c66

#371c66 #5c1c66 #1c2666

Monochromatic Colors of #371c66

#371c66

Complementary Color

#371c66 #4b661c

#371c66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371c66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371c66 Color CSS Codes

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

#371c66 Text Font Color

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

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


#371c66 Background Color

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

This div background color is #371c66


#371c66 Border Color

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

This div border color is #371c66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371c66


Comments

No comments written yet.

Please login to write comment.