Color Hex Logo

#25405e Color Hex

#25405E
(37,64,94)
0 Favorites   0 Comments

Color spaces of #25405e

RGB 376494
HSL0.590.440.26
HSV212°61°37°
CMYK 0.610.320.00   0.63
XYZ4.61674.868311.2860
Yxy4.86830.22230.2344
Hunter Lab22.0642-1.2632-14.8823
CIE-Lab26.3562-0.1378-20.9206

#25405e color RGB value is (37,64,94).

#25405e hex color red value is 37, green value is 64 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #25405e hue: 0.59 , saturation: 0.44 and the lightness value of 25405e is 0.26.

The process color (four color CMYK) of #25405e color hex is 0.61, 0.32, 0.00, 0.63. Web safe color of #25405e is #333366. Color #25405e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000000 01011110
Octal 45 100 136
Decimal 37 64 94
Hex 25 40 5E

RGB Percentages of Color #25405e

%18.97
%32.82
%48.21

CMYK Percentages of Color #25405e

%61
%32
%0
%63

Triadic Colors of #25405e

#25405e #5e2540 #405e25

Analogous Colors of #25405e

#25405e #27255e #255d5e

Monochromatic Colors of #25405e

#25405e

Complementary Color

#25405e #5e4325

#25405e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25405e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25405e Color CSS Codes

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

#25405e Text Font Color

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

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


#25405e Background Color

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

This div background color is #25405e


#25405e Border Color

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

This div border color is #25405e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25405e


Comments

No comments written yet.

Please login to write comment.