Color Hex Logo

#372fff Color Hex

#372FFF
(55,47,255)
0 Favorites   0 Comments

Color spaces of #372fff

RGB 5547255
HSL0.671.000.59
HSV242°82°100°
CMYK 0.780.820.00   0.00
XYZ20.642110.065395.4626
Yxy10.06530.16360.0798
Hunter Lab31.725960.6189-156.1946
CIE-Lab37.959467.9608-98.3868

#372fff color RGB value is (55,47,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101111 11111111
Octal 67 57 377
Decimal 55 47 255
Hex 37 2F FF

RGB Percentages of Color #372fff

%15.41
%13.17
%71.43

CMYK Percentages of Color #372fff

%78
%82
%0
%0

Triadic Colors of #372fff

#372fff #ff372f #2fff37

Analogous Colors of #372fff

#372fff #9f2fff #2f8fff

Monochromatic Colors of #372fff

#372fff

Complementary Color

#372fff #f7ff2f

#372fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#372fff Color CSS Codes

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

#372fff Text Font Color

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

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


#372fff Background Color

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

This div background color is #372fff


#372fff Border Color

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

This div border color is #372fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372fff

Related Colors


Comments

No comments written yet.

Please login to write comment.