Color Hex Logo

#372cfe Color Hex

#372CFE
(55,44,254)
0 Favorites   0 Comments

Color spaces of #372cfe

RGB 5544254
HSL0.680.990.58
HSV243°83°100°
CMYK 0.780.830.00   0.00
XYZ20.36569.769394.5782
Yxy9.76930.16330.0783
Hunter Lab31.255961.6086-157.5285
CIE-Lab37.425268.9155-98.7149

#372cfe color RGB value is (55,44,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101100 11111110
Octal 67 54 376
Decimal 55 44 254
Hex 37 2C FE

RGB Percentages of Color #372cfe

%15.58
%12.46
%71.95

CMYK Percentages of Color #372cfe

%78
%83
%0
%0

Triadic Colors of #372cfe

#372cfe #fe372c #2cfe37

Analogous Colors of #372cfe

#372cfe #a02cfe #2c8afe

Monochromatic Colors of #372cfe

#372cfe

Complementary Color

#372cfe #f3fe2c

#372cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#372cfe Color CSS Codes

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

#372cfe Text Font Color

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

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


#372cfe Background Color

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

This div background color is #372cfe


#372cfe Border Color

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

This div border color is #372cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.