Color Hex Logo

#373270 Color Hex

#373270
(55,50,112)
0 Favorites   0 Comments

Color spaces of #373270

RGB 5550112
HSL0.680.380.32
HSV245°55°44°
CMYK 0.510.550.00   0.56
XYZ5.64084.263315.8548
Yxy4.26330.21900.1655
Hunter Lab20.647812.6312-31.0736
CIE-Lab24.523520.3611-35.3516

#373270 color RGB value is (55,50,112).

#373270 hex color red value is 55, green value is 50 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #373270 hue: 0.68 , saturation: 0.38 and the lightness value of 373270 is 0.32.

The process color (four color CMYK) of #373270 color hex is 0.51, 0.55, 0.00, 0.56. Web safe color of #373270 is #333366. Color #373270 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110010 01110000
Octal 67 62 160
Decimal 55 50 112
Hex 37 32 70

RGB Percentages of Color #373270

%25.35
%23.04
%51.61

CMYK Percentages of Color #373270

%51
%55
%0
%56

Triadic Colors of #373270

#373270 #703732 #327037

Analogous Colors of #373270

#373270 #563270 #324c70

Monochromatic Colors of #373270

#373270

Complementary Color

#373270 #6b7032

#373270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373270 Color CSS Codes

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

#373270 Text Font Color

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

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


#373270 Background Color

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

This div background color is #373270


#373270 Border Color

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

This div border color is #373270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373270


Comments

No comments written yet.

Please login to write comment.