Color Hex Logo

#25427e Color Hex

#25427E
(37,66,126)
0 Favorites   0 Comments

Color spaces of #25427e

RGB 3766126
HSL0.610.550.32
HSV220°71°49°
CMYK 0.710.480.00   0.51
XYZ6.47715.796120.5160
Yxy5.79610.19750.1768
Hunter Lab24.07515.8918-33.6724
CIE-Lab28.892110.7286-37.2587

#25427e color RGB value is (37,66,126).

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

The process color (four color CMYK) of #25427e color hex is 0.71, 0.48, 0.00, 0.51. Web safe color of #25427e is #333366. Color #25427e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000010 01111110
Octal 45 102 176
Decimal 37 66 126
Hex 25 42 7E

RGB Percentages of Color #25427e

%16.16
%28.82
%55.02

CMYK Percentages of Color #25427e

%71
%48
%0
%51

Triadic Colors of #25427e

#25427e #7e2542 #427e25

Analogous Colors of #25427e

#25427e #35257e #256f7e

Monochromatic Colors of #25427e

#25427e

Complementary Color

#25427e #7e6125

#25427e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25427e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25427e Color CSS Codes

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

#25427e Text Font Color

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

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


#25427e Background Color

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

This div background color is #25427e


#25427e Border Color

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

This div border color is #25427e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25427e


Comments

No comments written yet.

Please login to write comment.