Color Hex Logo

#25589f Color Hex

#25589F
(37,88,159)
0 Favorites   0 Comments

Color spaces of #25589f

RGB 3788159
HSL0.600.620.38
HSV215°77°62°
CMYK 0.770.450.00   0.38
XYZ10.51079.876034.1532
Yxy9.87600.19270.1811
Hunter Lab31.42614.7050-42.4368
CIE-Lab37.61908.8782-43.4434

#25589f color RGB value is (37,88,159).

#25589f hex color red value is 37, green value is 88 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #25589f hue: 0.60 , saturation: 0.62 and the lightness value of 25589f is 0.38.

The process color (four color CMYK) of #25589f color hex is 0.77, 0.45, 0.00, 0.38. Web safe color of #25589f is #336699. Color #25589f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011000 10011111
Octal 45 130 237
Decimal 37 88 159
Hex 25 58 9F

RGB Percentages of Color #25589f

%13.03
%30.99
%55.99

CMYK Percentages of Color #25589f

%77
%45
%0
%38

Triadic Colors of #25589f

#25589f #9f2558 #589f25

Analogous Colors of #25589f

#25589f #2f259f #25959f

Monochromatic Colors of #25589f

#25589f

Complementary Color

#25589f #9f6c25

#25589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25589f Color CSS Codes

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

#25589f Text Font Color

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

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


#25589f Background Color

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

This div background color is #25589f


#25589f Border Color

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

This div border color is #25589f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25589f


Comments

No comments written yet.

Please login to write comment.