Color Hex Logo

#372250 Color Hex

#372250
(55,34,80)
0 Favorites   0 Comments

Color spaces of #372250

RGB 553480
HSL0.740.400.22
HSV267°58°31°
CMYK 0.310.580.00   0.69
XYZ3.59552.53557.8893
Yxy2.53550.25640.1808
Hunter Lab15.923312.4399-18.2294
CIE-Lab18.078420.9561-24.6230

#372250 color RGB value is (55,34,80).

#372250 hex color red value is 55, green value is 34 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #372250 hue: 0.74 , saturation: 0.40 and the lightness value of 372250 is 0.22.

The process color (four color CMYK) of #372250 color hex is 0.31, 0.58, 0.00, 0.69. Web safe color of #372250 is #333366. Color #372250 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100010 01010000
Octal 67 42 120
Decimal 55 34 80
Hex 37 22 50

RGB Percentages of Color #372250

%32.54
%20.12
%47.34

CMYK Percentages of Color #372250

%31
%58
%0
%69

Triadic Colors of #372250

#372250 #503722 #225037

Analogous Colors of #372250

#372250 #4e2250 #222450

Monochromatic Colors of #372250

#372250

Complementary Color

#372250 #3b5022

#372250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372250 Color CSS Codes

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

#372250 Text Font Color

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

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


#372250 Background Color

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

This div background color is #372250


#372250 Border Color

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

This div border color is #372250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372250


Comments

No comments written yet.

Please login to write comment.