Color Hex Logo

#25398d Color Hex

#25398D
(37,57,141)
0 Favorites   0 Comments

Color spaces of #25398d

RGB 3757141
HSL0.630.580.35
HSV228°74°55°
CMYK 0.740.600.00   0.45
XYZ7.03385.242725.8405
Yxy5.24270.18450.1375
Hunter Lab22.896914.7645-50.8843
CIE-Lab27.415322.7850-48.9716

#25398d color RGB value is (37,57,141).

#25398d hex color red value is 37, green value is 57 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #25398d hue: 0.63 , saturation: 0.58 and the lightness value of 25398d is 0.35.

The process color (four color CMYK) of #25398d color hex is 0.74, 0.60, 0.00, 0.45. Web safe color of #25398d is #333399. Color #25398d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111001 10001101
Octal 45 71 215
Decimal 37 57 141
Hex 25 39 8D

RGB Percentages of Color #25398d

%15.74
%24.26
%60.00

CMYK Percentages of Color #25398d

%74
%60
%0
%45

Triadic Colors of #25398d

#25398d #8d2539 #398d25

Analogous Colors of #25398d

#25398d #45258d #256d8d

Monochromatic Colors of #25398d

#25398d

Complementary Color

#25398d #8d7925

#25398d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25398d Color Preview on White Background

Lorem ipsum dolor sit amet.

#25398d Color CSS Codes

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

#25398d Text Font Color

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

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


#25398d Background Color

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

This div background color is #25398d


#25398d Border Color

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

This div border color is #25398d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25398d


Comments

No comments written yet.

Please login to write comment.