Color Hex Logo

#252a40 Color Hex

#252A40
(37,42,64)
0 Favorites   0 Comments

Color spaces of #252a40

RGB 374264
HSL0.640.270.20
HSV229°42°25°
CMYK 0.420.340.00   0.75
XYZ2.51632.41945.1849
Yxy2.41940.24860.2391
Hunter Lab15.55441.6564-8.8756
CIE-Lab17.55014.4075-14.6470

#252a40 color RGB value is (37,42,64).

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

The process color (four color CMYK) of #252a40 color hex is 0.42, 0.34, 0.00, 0.75. Web safe color of #252a40 is #333333. Color #252a40 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101010 01000000
Octal 45 52 100
Decimal 37 42 64
Hex 25 2A 40

RGB Percentages of Color #252a40

%25.87
%29.37
%44.76

CMYK Percentages of Color #252a40

%42
%34
%0
%75

Triadic Colors of #252a40

#252a40 #40252a #2a4025

Analogous Colors of #252a40

#252a40 #2e2540 #253840

Monochromatic Colors of #252a40

#252a40

Complementary Color

#252a40 #403b25

#252a40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252a40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252a40 Color CSS Codes

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

#252a40 Text Font Color

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

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


#252a40 Background Color

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

This div background color is #252a40


#252a40 Border Color

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

This div border color is #252a40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252a40


Comments

No comments written yet.

Please login to write comment.