Color Hex Logo

#25407e Color Hex

#25407E
(37,64,126)
0 Favorites   0 Comments

Color spaces of #25407e

RGB 3764126
HSL0.620.550.32
HSV222°71°49°
CMYK 0.710.490.00   0.51
XYZ6.36225.566520.4778
Yxy5.56650.19630.1718
Hunter Lab23.59346.8458-34.9451
CIE-Lab28.291312.1032-38.2233

#25407e color RGB value is (37,64,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000000 01111110
Octal 45 100 176
Decimal 37 64 126
Hex 25 40 7E

RGB Percentages of Color #25407e

%16.30
%28.19
%55.51

CMYK Percentages of Color #25407e

%71
%49
%0
%51

Triadic Colors of #25407e

#25407e #7e2540 #407e25

Analogous Colors of #25407e

#25407e #37257e #256d7e

Monochromatic Colors of #25407e

#25407e

Complementary Color

#25407e #7e6325

#25407e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25407e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25407e Color CSS Codes

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

#25407e Text Font Color

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

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


#25407e Background Color

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

This div background color is #25407e


#25407e Border Color

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

This div border color is #25407e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,64,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 #25407e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25407e


Comments

No comments written yet.

Please login to write comment.