Color Hex Logo

#372373 Color Hex

#372373
(55,35,115)
0 Favorites   0 Comments

Color spaces of #372373

RGB 5535115
HSL0.710.530.29
HSV255°70°45°
CMYK 0.520.700.00   0.55
XYZ5.27113.252116.5696
Yxy3.25210.21010.1296
Hunter Lab18.033620.6156-41.8533
CIE-Lab21.026531.0768-42.9389

#372373 color RGB value is (55,35,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100011 01110011
Octal 67 43 163
Decimal 55 35 115
Hex 37 23 73

RGB Percentages of Color #372373

%26.83
%17.07
%56.10

CMYK Percentages of Color #372373

%52
%70
%0
%55

Triadic Colors of #372373

#372373 #733723 #237337

Analogous Colors of #372373

#372373 #5f2373 #233773

Monochromatic Colors of #372373

#372373

Complementary Color

#372373 #5f7323

#372373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372373 Color CSS Codes

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

#372373 Text Font Color

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

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


#372373 Background Color

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

This div background color is #372373


#372373 Border Color

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

This div border color is #372373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372373


Comments

No comments written yet.

Please login to write comment.