Color Hex Logo

#372efe Color Hex

#372EFE
(55,46,254)
0 Favorites   0 Comments

Color spaces of #372efe

RGB 5546254
HSL0.670.990.59
HSV243°82°100°
CMYK 0.780.820.00   0.00
XYZ20.44199.922094.6037
Yxy9.92200.16360.0794
Hunter Lab31.499260.7167-156.0202
CIE-Lab37.702168.0951-98.2546

#372efe color RGB value is (55,46,254).

#372efe hex color red value is 55, green value is 46 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #372efe hue: 0.67 , saturation: 0.99 and the lightness value of 372efe is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101110 11111110
Octal 67 56 376
Decimal 55 46 254
Hex 37 2E FE

RGB Percentages of Color #372efe

%15.49
%12.96
%71.55

CMYK Percentages of Color #372efe

%78
%82
%0
%0

Triadic Colors of #372efe

#372efe #fe372e #2efe37

Analogous Colors of #372efe

#372efe #9f2efe #2e8dfe

Monochromatic Colors of #372efe

#372efe

Complementary Color

#372efe #f5fe2e

#372efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#372efe Color CSS Codes

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

#372efe Text Font Color

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

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


#372efe Background Color

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

This div background color is #372efe


#372efe Border Color

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

This div border color is #372efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372efe


Comments

No comments written yet.

Please login to write comment.