Color Hex Logo

#25395e Color Hex

#25395E
(37,57,94)
0 Favorites   0 Comments

Color spaces of #25395e

RGB 375794
HSL0.610.440.26
HSV219°61°37°
CMYK 0.610.390.00   0.63
XYZ4.24654.127711.1626
Yxy4.12770.21740.2113
Hunter Lab20.31671.7548-18.3539
CIE-Lab24.08924.6211-24.4856

#25395e color RGB value is (37,57,94).

#25395e hex color red value is 37, green value is 57 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #25395e hue: 0.61 , saturation: 0.44 and the lightness value of 25395e is 0.26.

The process color (four color CMYK) of #25395e color hex is 0.61, 0.39, 0.00, 0.63. Web safe color of #25395e is #333366. Color #25395e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00111001 01011110
Octal 45 71 136
Decimal 37 57 94
Hex 25 39 5E

RGB Percentages of Color #25395e

%19.68
%30.32
%50.00

CMYK Percentages of Color #25395e

%61
%39
%0
%63

Triadic Colors of #25395e

#25395e #5e2539 #395e25

Analogous Colors of #25395e

#25395e #2e255e #25565e

Monochromatic Colors of #25395e

#25395e

Complementary Color

#25395e #5e4a25

#25395e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25395e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25395e Color CSS Codes

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

#25395e Text Font Color

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

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


#25395e Background Color

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

This div background color is #25395e


#25395e Border Color

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

This div border color is #25395e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25395e


Comments

No comments written yet.

Please login to write comment.