Color Hex Logo

#25265e Color Hex

#25265E
(37,38,94)
0 Favorites   0 Comments

Color spaces of #25265e

RGB 373894
HSL0.660.440.26
HSV239°61°37°
CMYK 0.610.600.00   0.63
XYZ3.47642.587710.9059
Yxy2.58770.20490.1525
Hunter Lab16.086310.4244-28.9359
CIE-Lab18.310718.0807-33.7254

#25265e color RGB value is (37,38,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100110 01011110
Octal 45 46 136
Decimal 37 38 94
Hex 25 26 5E

RGB Percentages of Color #25265e

%21.89
%22.49
%55.62

CMYK Percentages of Color #25265e

%61
%60
%0
%63

Triadic Colors of #25265e

#25265e #5e2526 #265e25

Analogous Colors of #25265e

#25265e #41255e #25435e

Monochromatic Colors of #25265e

#25265e

Complementary Color

#25265e #5e5d25

#25265e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25265e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25265e Color CSS Codes

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

#25265e Text Font Color

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

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


#25265e Background Color

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

This div background color is #25265e


#25265e Border Color

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

This div border color is #25265e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,38,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 #25265e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25265e


Comments

No comments written yet.

Please login to write comment.