Color Hex Logo

#371fec Color Hex

#371FEC
(55,31,236)
0 Favorites   0 Comments

Color spaces of #371fec

RGB 5531236
HSL0.690.840.52
HSV247°87°93°
CMYK 0.770.870.00   0.07
XYZ17.20597.848379.9649
Yxy7.84830.16380.0747
Hunter Lab28.014860.6037-149.6257
CIE-Lab33.664968.7728-94.8151

#371fec color RGB value is (55,31,236).

#371fec hex color red value is 55, green value is 31 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #371fec hue: 0.69 , saturation: 0.84 and the lightness value of 371fec is 0.52.

The process color (four color CMYK) of #371fec color hex is 0.77, 0.87, 0.00, 0.07. Web safe color of #371fec is #3333ff. Color #371fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00011111 11101100
Octal 67 37 354
Decimal 55 31 236
Hex 37 1F EC

RGB Percentages of Color #371fec

%17.08
%9.63
%73.29

CMYK Percentages of Color #371fec

%77
%87
%0
%7

Triadic Colors of #371fec

#371fec #ec371f #1fec37

Analogous Colors of #371fec

#371fec #9e1fec #1f6eec

Monochromatic Colors of #371fec

#371fec

Complementary Color

#371fec #d4ec1f

#371fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#371fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#371fec Color CSS Codes

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

#371fec Text Font Color

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

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


#371fec Background Color

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

This div background color is #371fec


#371fec Border Color

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

This div border color is #371fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #371fec


Comments

No comments written yet.

Please login to write comment.