Color Hex Logo

#25458f Color Hex

#25458F
(37,69,143)
0 Favorites   0 Comments

Color spaces of #25458f

RGB 3769143
HSL0.620.590.35
HSV222°74°56°
CMYK 0.740.520.00   0.44
XYZ7.84906.632726.8532
Yxy6.63270.18990.1605
Hunter Lab25.75409.3315-43.7927
CIE-Lab30.955715.3400-44.4644

#25458f color RGB value is (37,69,143).

#25458f hex color red value is 37, green value is 69 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #25458f hue: 0.62 , saturation: 0.59 and the lightness value of 25458f is 0.35.

The process color (four color CMYK) of #25458f color hex is 0.74, 0.52, 0.00, 0.44. Web safe color of #25458f is #333399. Color #25458f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000101 10001111
Octal 45 105 217
Decimal 37 69 143
Hex 25 45 8F

RGB Percentages of Color #25458f

%14.86
%27.71
%57.43

CMYK Percentages of Color #25458f

%74
%52
%0
%44

Triadic Colors of #25458f

#25458f #8f2545 #458f25

Analogous Colors of #25458f

#25458f #3a258f #257a8f

Monochromatic Colors of #25458f

#25458f

Complementary Color

#25458f #8f6f25

#25458f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25458f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25458f Color CSS Codes

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

#25458f Text Font Color

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

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


#25458f Background Color

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

This div background color is #25458f


#25458f Border Color

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

This div border color is #25458f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25458f


Comments

No comments written yet.

Please login to write comment.