Color Hex Logo

#372073 Color Hex

#372073
(55,32,115)
0 Favorites   0 Comments

Color spaces of #372073

RGB 5532115
HSL0.710.560.29
HSV257°72°45°
CMYK 0.520.720.00   0.55
XYZ5.18663.083116.5414
Yxy3.08310.20900.1243
Hunter Lab17.558821.9985-43.5636
CIE-Lab20.373732.8663-44.0039

#372073 color RGB value is (55,32,115).

#372073 hex color red value is 55, green value is 32 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #372073 hue: 0.71 , saturation: 0.56 and the lightness value of 372073 is 0.29.

The process color (four color CMYK) of #372073 color hex is 0.52, 0.72, 0.00, 0.55. Web safe color of #372073 is #333366. Color #372073 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100000 01110011
Octal 67 40 163
Decimal 55 32 115
Hex 37 20 73

RGB Percentages of Color #372073

%27.23
%15.84
%56.93

CMYK Percentages of Color #372073

%52
%72
%0
%55

Triadic Colors of #372073

#372073 #733720 #207337

Analogous Colors of #372073

#372073 #612073 #203373

Monochromatic Colors of #372073

#372073

Complementary Color

#372073 #5c7320

#372073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372073 Color CSS Codes

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

#372073 Text Font Color

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

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


#372073 Background Color

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

This div background color is #372073


#372073 Border Color

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

This div border color is #372073


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,32,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #372073; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #372073;
  -webkit-box-shadow: 1px 1px 3px 2px #372073;
  box-shadow:         1px 1px 3px 2px #372073; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372073


Comments

No comments written yet.

Please login to write comment.