Color Hex Logo

#372fcf Color Hex

#372FCF
(55,47,207)
0 Favorites   0 Comments

Color spaces of #372fcf

RGB 5547207
HSL0.680.630.50
HSV243°77°81°
CMYK 0.730.770.00   0.19
XYZ13.85457.350259.7200
Yxy7.35020.17120.0908
Hunter Lab27.111343.7731-111.6247
CIE-Lab32.591253.6955-79.9351

#372fcf color RGB value is (55,47,207).

#372fcf hex color red value is 55, green value is 47 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #372fcf hue: 0.68 , saturation: 0.63 and the lightness value of 372fcf is 0.50.

The process color (four color CMYK) of #372fcf color hex is 0.73, 0.77, 0.00, 0.19. Web safe color of #372fcf is #3333cc. Color #372fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00101111 11001111
Octal 67 57 317
Decimal 55 47 207
Hex 37 2F CF

RGB Percentages of Color #372fcf

%17.80
%15.21
%66.99

CMYK Percentages of Color #372fcf

%73
%77
%0
%19

Triadic Colors of #372fcf

#372fcf #cf372f #2fcf37

Analogous Colors of #372fcf

#372fcf #872fcf #2f77cf

Monochromatic Colors of #372fcf

#372fcf

Complementary Color

#372fcf #c7cf2f

#372fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#372fcf Color CSS Codes

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

#372fcf Text Font Color

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

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


#372fcf Background Color

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

This div background color is #372fcf


#372fcf Border Color

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

This div border color is #372fcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372fcf


Comments

No comments written yet.

Please login to write comment.