Color Hex Logo

#252137 Color Hex

#252137
(37,33,55)
0 Favorites   0 Comments

Color spaces of #252137

RGB 373355
HSL0.700.250.17
HSV251°40°22°
CMYK 0.330.400.00   0.78
XYZ1.99641.75693.8483
Yxy1.75690.26260.2311
Hunter Lab13.25483.6892-7.9354
CIE-Lab14.15607.9730-13.6415

#252137 color RGB value is (37,33,55).

#252137 hex color red value is 37, green value is 33 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #252137 hue: 0.70 , saturation: 0.25 and the lightness value of 252137 is 0.17.

The process color (four color CMYK) of #252137 color hex is 0.33, 0.40, 0.00, 0.78. Web safe color of #252137 is #333333. Color #252137 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100001 00110111
Octal 45 41 67
Decimal 37 33 55
Hex 25 21 37

RGB Percentages of Color #252137

%29.60
%26.40
%44.00

CMYK Percentages of Color #252137

%33
%40
%0
%78

Triadic Colors of #252137

#252137 #372521 #213725

Analogous Colors of #252137

#252137 #302137 #212837

Monochromatic Colors of #252137

#252137

Complementary Color

#252137 #333721

#252137 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252137 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252137 Color CSS Codes

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

#252137 Text Font Color

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

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


#252137 Background Color

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

This div background color is #252137


#252137 Border Color

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

This div border color is #252137


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252137


Comments

No comments written yet.

Please login to write comment.