Color Hex Logo

#25447f Color Hex

#25447F
(37,68,127)
0 Favorites   0 Comments

Color spaces of #25447f

RGB 3768127
HSL0.610.550.32
HSV219°71°50°
CMYK 0.710.460.00   0.50
XYZ6.66086.059920.8973
Yxy6.05990.19810.1803
Hunter Lab24.61695.2188-33.0996
CIE-Lab29.56319.7492-36.8078

#25447f color RGB value is (37,68,127).

#25447f hex color red value is 37, green value is 68 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #25447f hue: 0.61 , saturation: 0.55 and the lightness value of 25447f is 0.32.

The process color (four color CMYK) of #25447f color hex is 0.71, 0.46, 0.00, 0.50. Web safe color of #25447f is #333366. Color #25447f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000100 01111111
Octal 45 104 177
Decimal 37 68 127
Hex 25 44 7F

RGB Percentages of Color #25447f

%15.95
%29.31
%54.74

CMYK Percentages of Color #25447f

%71
%46
%0
%50

Triadic Colors of #25447f

#25447f #7f2544 #447f25

Analogous Colors of #25447f

#25447f #33257f #25717f

Monochromatic Colors of #25447f

#25447f

Complementary Color

#25447f #7f6025

#25447f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25447f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25447f Color CSS Codes

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

#25447f Text Font Color

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

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


#25447f Background Color

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

This div background color is #25447f


#25447f Border Color

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

This div border color is #25447f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25447f


Comments

No comments written yet.

Please login to write comment.