Color Hex Logo

#370225 Color Hex

#370225
(55,2,37)
0 Favorites   0 Comments

Color spaces of #370225

RGB 55237
HSL0.890.930.11
HSV320°96°22°
CMYK 0.000.960.33   0.78
XYZ1.93120.98921.8394
Yxy0.98920.40570.2078
Hunter Lab9.945917.2543-4.0031
CIE-Lab8.901129.1047-8.3849

#370225 color RGB value is (55,2,37).

#370225 hex color red value is 55, green value is 2 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #370225 hue: 0.89 , saturation: 0.93 and the lightness value of 370225 is 0.11.

The process color (four color CMYK) of #370225 color hex is 0.00, 0.96, 0.33, 0.78. Web safe color of #370225 is #330033. Color #370225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00000010 00100101
Octal 67 2 45
Decimal 55 2 37
Hex 37 2 25

RGB Percentages of Color #370225

%58.51
%2.13
%39.36

CMYK Percentages of Color #370225

%0
%96
%33
%78

Triadic Colors of #370225

#370225 #253702 #022537

Analogous Colors of #370225

#370225 #37020a #2f0237

Monochromatic Colors of #370225

#370225

Complementary Color

#370225 #023714

#370225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#370225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#370225 Color CSS Codes

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

#370225 Text Font Color

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

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


#370225 Background Color

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

This div background color is #370225


#370225 Border Color

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

This div border color is #370225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #370225


Comments

No comments written yet.

Please login to write comment.