Color Hex Logo

#372270 Color Hex

#372270
(55,34,112)
0 Favorites   0 Comments

Color spaces of #372270

RGB 5534112
HSL0.710.530.29
HSV256°70°44°
CMYK 0.510.700.00   0.56
XYZ5.07223.126115.6653
Yxy3.12610.21250.1310
Hunter Lab17.680820.2661-40.1548
CIE-Lab20.542030.7360-41.7953

#372270 color RGB value is (55,34,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00100010 01110000
Octal 67 42 160
Decimal 55 34 112
Hex 37 22 70

RGB Percentages of Color #372270

%27.36
%16.92
%55.72

CMYK Percentages of Color #372270

%51
%70
%0
%56

Triadic Colors of #372270

#372270 #703722 #227037

Analogous Colors of #372270

#372270 #5e2270 #223470

Monochromatic Colors of #372270

#372270

Complementary Color

#372270 #5b7022

#372270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#372270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#372270 Color CSS Codes

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

#372270 Text Font Color

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

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


#372270 Background Color

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

This div background color is #372270


#372270 Border Color

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

This div border color is #372270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #372270


Comments

No comments written yet.

Please login to write comment.