Color Hex Logo

#252d41 Color Hex

#252D41
(37,45,65)
0 Favorites   0 Comments

Color spaces of #252d41

RGB 374565
HSL0.620.270.20
HSV223°43°25°
CMYK 0.430.310.00   0.75
XYZ2.65552.65175.3729
Yxy2.65170.24860.2483
Hunter Lab16.28400.6116-8.1638
CIE-Lab18.59122.6186-13.7177

#252d41 color RGB value is (37,45,65).

#252d41 hex color red value is 37, green value is 45 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #252d41 hue: 0.62 , saturation: 0.27 and the lightness value of 252d41 is 0.20.

The process color (four color CMYK) of #252d41 color hex is 0.43, 0.31, 0.00, 0.75. Web safe color of #252d41 is #333333. Color #252d41 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101101 01000001
Octal 45 55 101
Decimal 37 45 65
Hex 25 2D 41

RGB Percentages of Color #252d41

%25.17
%30.61
%44.22

CMYK Percentages of Color #252d41

%43
%31
%0
%75

Triadic Colors of #252d41

#252d41 #41252d #2d4125

Analogous Colors of #252d41

#252d41 #2b2541 #253b41

Monochromatic Colors of #252d41

#252d41

Complementary Color

#252d41 #413925

#252d41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252d41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252d41 Color CSS Codes

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

#252d41 Text Font Color

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

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


#252d41 Background Color

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

This div background color is #252d41


#252d41 Border Color

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

This div border color is #252d41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252d41

#252d41 Color Palettes


Comments

No comments written yet.

Please login to write comment.