Color Hex Logo

#25427d Color Hex

#25427D
(37,66,125)
0 Favorites   0 Comments

Color spaces of #25427d

RGB 3766125
HSL0.610.540.32
HSV220°70°49°
CMYK 0.700.470.00   0.51
XYZ6.41285.770420.1778
Yxy5.77040.19820.1783
Hunter Lab24.02175.6143-32.9875
CIE-Lab28.825710.3369-36.7397

#25427d color RGB value is (37,66,125).

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

The process color (four color CMYK) of #25427d color hex is 0.70, 0.47, 0.00, 0.51. Web safe color of #25427d is #333366. Color #25427d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01000010 01111101
Octal 45 102 175
Decimal 37 66 125
Hex 25 42 7D

RGB Percentages of Color #25427d

%16.23
%28.95
%54.82

CMYK Percentages of Color #25427d

%70
%47
%0
%51

Triadic Colors of #25427d

#25427d #7d2542 #427d25

Analogous Colors of #25427d

#25427d #34257d #256e7d

Monochromatic Colors of #25427d

#25427d

Complementary Color

#25427d #7d6025

#25427d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25427d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25427d Color CSS Codes

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

#25427d Text Font Color

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

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


#25427d Background Color

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

This div background color is #25427d


#25427d Border Color

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

This div border color is #25427d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25427d


Comments

No comments written yet.

Please login to write comment.