Color Hex Logo

#25495f Color Hex

#25495F
(37,73,95)
0 Favorites   0 Comments

Color spaces of #25495f

RGB 377395
HSL0.560.440.26
HSV203°61°37°
CMYK 0.610.230.00   0.63
XYZ5.21115.984611.7070
Yxy5.98460.22750.2613
Hunter Lab24.4634-4.7877-11.2489
CIE-Lab29.3736-5.6282-16.8722

#25495f color RGB value is (37,73,95).

#25495f hex color red value is 37, green value is 73 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #25495f hue: 0.56 , saturation: 0.44 and the lightness value of 25495f is 0.26.

The process color (four color CMYK) of #25495f color hex is 0.61, 0.23, 0.00, 0.63. Web safe color of #25495f is #333366. Color #25495f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001001 01011111
Octal 45 111 137
Decimal 37 73 95
Hex 25 49 5F

RGB Percentages of Color #25495f

%18.05
%35.61
%46.34

CMYK Percentages of Color #25495f

%61
%23
%0
%63

Triadic Colors of #25495f

#25495f #5f2549 #495f25

Analogous Colors of #25495f

#25495f #252c5f #255f58

Monochromatic Colors of #25495f

#25495f

Complementary Color

#25495f #5f3b25

#25495f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25495f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25495f Color CSS Codes

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

#25495f Text Font Color

<p style="color:#25495f">Text here</p>

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


#25495f Background Color

<div style="background-color:#25495f">
Div content here</div>

This div background color is #25495f


#25495f Border Color

<div style="border:3px solid #25495f">
Div here</div>

This div border color is #25495f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,73,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25495f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25495f;
  -webkit-box-shadow: 1px 1px 3px 2px #25495f;
  box-shadow:         1px 1px 3px 2px #25495f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25495f


Comments

No comments written yet.

Please login to write comment.