Color Hex Logo

#372fec Color Hex

#372FEC
(55,47,236)
0 Favorites   0 Comments

Color spaces of #372fec

RGB 5547236
HSL0.670.830.55
HSV243°80°93°
CMYK 0.770.800.00   0.07
XYZ17.73248.901480.1404
Yxy8.90140.16610.0834
Hunter Lab29.835253.8789-138.3743
CIE-Lab35.793862.4529-91.2766

#372fec color RGB value is (55,47,236).

#372fec hex color red value is 55, green value is 47 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #372fec hue: 0.67 , saturation: 0.83 and the lightness value of 372fec is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101111 11101100
Octal 67 57 354
Decimal 55 47 236
Hex 37 2F EC

RGB Percentages of Color #372fec

%16.27
%13.91
%69.82

CMYK Percentages of Color #372fec

%77
%80
%0
%7

Triadic Colors of #372fec

#372fec #ec372f #2fec37

Analogous Colors of #372fec

#372fec #962fec #2f86ec

Monochromatic Colors of #372fec

#372fec

Complementary Color

#372fec #e4ec2f

#372fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#372fec Color CSS Codes

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

#372fec Text Font Color

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

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


#372fec Background Color

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

This div background color is #372fec


#372fec Border Color

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

This div border color is #372fec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,47,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 #372fec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372fec


Comments

No comments written yet.

Please login to write comment.