Color Hex Logo

#371cc5 Color Hex

#371CC5
(55,28,197)
0 Favorites   0 Comments

Color spaces of #371cc5

RGB 5528197
HSL0.690.750.44
HSV250°86°77°
CMYK 0.720.860.00   0.23
XYZ12.06885.674053.2824
Yxy5.67400.16990.0799
Hunter Lab23.820248.7541-115.9494
CIE-Lab28.574659.1792-80.7526

#371cc5 color RGB value is (55,28,197).

#371cc5 hex color red value is 55, green value is 28 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #371cc5 hue: 0.69 , saturation: 0.75 and the lightness value of 371cc5 is 0.44.

The process color (four color CMYK) of #371cc5 color hex is 0.72, 0.86, 0.00, 0.23. Web safe color of #371cc5 is #3333cc. Color #371cc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011100 11000101
Octal 67 34 305
Decimal 55 28 197
Hex 37 1C C5

RGB Percentages of Color #371cc5

%19.64
%10.00
%70.36

CMYK Percentages of Color #371cc5

%72
%86
%0
%23

Triadic Colors of #371cc5

#371cc5 #c5371c #1cc537

Analogous Colors of #371cc5

#371cc5 #8c1cc5 #1c56c5

Monochromatic Colors of #371cc5

#371cc5

Complementary Color

#371cc5 #aac51c

#371cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#371cc5 Color CSS Codes

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

#371cc5 Text Font Color

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

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


#371cc5 Background Color

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

This div background color is #371cc5


#371cc5 Border Color

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

This div border color is #371cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371cc5


Comments

No comments written yet.

Please login to write comment.