Color Hex Logo

#25485e Color Hex

#25485E
(37,72,94)
0 Favorites   0 Comments

Color spaces of #25485e

RGB 377294
HSL0.560.440.26
HSV203°61°37°
CMYK 0.610.230.00   0.63
XYZ5.10075.836211.4473
Yxy5.83620.22790.2607
Hunter Lab24.1582-4.5889-11.1836
CIE-Lab28.9954-5.3491-16.8157

#25485e color RGB value is (37,72,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001000 01011110
Octal 45 110 136
Decimal 37 72 94
Hex 25 48 5E

RGB Percentages of Color #25485e

%18.23
%35.47
%46.31

CMYK Percentages of Color #25485e

%61
%23
%0
%63

Triadic Colors of #25485e

#25485e #5e2548 #485e25

Analogous Colors of #25485e

#25485e #252c5e #255e58

Monochromatic Colors of #25485e

#25485e

Complementary Color

#25485e #5e3b25

#25485e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25485e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25485e Color CSS Codes

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

#25485e Text Font Color

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

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


#25485e Background Color

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

This div background color is #25485e


#25485e Border Color

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

This div border color is #25485e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25485e


Comments

No comments written yet.

Please login to write comment.