Color Hex Logo

#25487e Color Hex

#25487E
(37,72,126)
0 Favorites   0 Comments

Color spaces of #25487e

RGB 3772126
HSL0.600.550.32
HSV216°71°49°
CMYK 0.710.430.00   0.51
XYZ6.84626.534420.6391
Yxy6.53440.20120.1921
Hunter Lab25.56253.0720-29.9769
CIE-Lab30.72266.6466-34.3316

#25487e color RGB value is (37,72,126).

#25487e hex color red value is 37, green value is 72 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #25487e hue: 0.60 , saturation: 0.55 and the lightness value of 25487e is 0.32.

The process color (four color CMYK) of #25487e color hex is 0.71, 0.43, 0.00, 0.51. Web safe color of #25487e is #333366. Color #25487e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001000 01111110
Octal 45 110 176
Decimal 37 72 126
Hex 25 48 7E

RGB Percentages of Color #25487e

%15.74
%30.64
%53.62

CMYK Percentages of Color #25487e

%71
%43
%0
%51

Triadic Colors of #25487e

#25487e #7e2548 #487e25

Analogous Colors of #25487e

#25487e #2e257e #25757e

Monochromatic Colors of #25487e

#25487e

Complementary Color

#25487e #7e5b25

#25487e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25487e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25487e Color CSS Codes

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

#25487e Text Font Color

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

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


#25487e Background Color

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

This div background color is #25487e


#25487e Border Color

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

This div border color is #25487e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25487e


Comments

No comments written yet.

Please login to write comment.