Color Hex Logo

#25558f Color Hex

#25558F
(37,85,143)
0 Favorites   0 Comments

Color spaces of #25558f

RGB 3785143
HSL0.590.590.35
HSV213°74°56°
CMYK 0.740.410.00   0.44
XYZ8.96948.873527.2266
Yxy8.87350.19900.1969
Hunter Lab29.78841.6173-33.3391
CIE-Lab35.73964.6227-36.7949

#25558f color RGB value is (37,85,143).

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

The process color (four color CMYK) of #25558f color hex is 0.74, 0.41, 0.00, 0.44. Web safe color of #25558f is #336699. Color #25558f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010101 10001111
Octal 45 125 217
Decimal 37 85 143
Hex 25 55 8F

RGB Percentages of Color #25558f

%13.96
%32.08
%53.96

CMYK Percentages of Color #25558f

%74
%41
%0
%44

Triadic Colors of #25558f

#25558f #8f2555 #558f25

Analogous Colors of #25558f

#25558f #2a258f #258a8f

Monochromatic Colors of #25558f

#25558f

Complementary Color

#25558f #8f5f25

#25558f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25558f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25558f Color CSS Codes

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

#25558f Text Font Color

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

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


#25558f Background Color

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

This div background color is #25558f


#25558f Border Color

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

This div border color is #25558f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25558f


Comments

No comments written yet.

Please login to write comment.