Color Hex Logo

#372aec Color Hex

#372AEC
(55,42,236)
0 Favorites   0 Comments

Color spaces of #372aec

RGB 5542236
HSL0.680.840.55
HSV244°82°93°
CMYK 0.770.820.00   0.07
XYZ17.54388.524380.0776
Yxy8.52430.16530.0803
Hunter Lab29.196456.1650-142.1785
CIE-Lab35.051864.6346-92.5087

#372aec color RGB value is (55,42,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101010 11101100
Octal 67 52 354
Decimal 55 42 236
Hex 37 2A EC

RGB Percentages of Color #372aec

%16.52
%12.61
%70.87

CMYK Percentages of Color #372aec

%77
%82
%0
%7

Triadic Colors of #372aec

#372aec #ec372a #2aec37

Analogous Colors of #372aec

#372aec #982aec #2a7eec

Monochromatic Colors of #372aec

#372aec

Complementary Color

#372aec #dfec2a

#372aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#372aec Color CSS Codes

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

#372aec Text Font Color

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

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


#372aec Background Color

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

This div background color is #372aec


#372aec Border Color

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

This div border color is #372aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372aec


Comments

No comments written yet.

Please login to write comment.