Color Hex Logo

#25286e Color Hex

#25286E
(37,40,110)
0 Favorites   0 Comments

Color spaces of #25286e

RGB 3740110
HSL0.660.500.29
HSV238°66°43°
CMYK 0.660.640.00   0.57
XYZ4.33623.036715.1094
Yxy3.03670.19290.1351
Hunter Lab17.426113.9210-39.2094
CIE-Lab20.190322.6673-41.1471

#25286e color RGB value is (37,40,110).

#25286e hex color red value is 37, green value is 40 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #25286e hue: 0.66 , saturation: 0.50 and the lightness value of 25286e is 0.29.

The process color (four color CMYK) of #25286e color hex is 0.66, 0.64, 0.00, 0.57. Web safe color of #25286e is #333366. Color #25286e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101000 01101110
Octal 45 50 156
Decimal 37 40 110
Hex 25 28 6E

RGB Percentages of Color #25286e

%19.79
%21.39
%58.82

CMYK Percentages of Color #25286e

%66
%64
%0
%57

Triadic Colors of #25286e

#25286e #6e2528 #286e25

Analogous Colors of #25286e

#25286e #47256e #254d6e

Monochromatic Colors of #25286e

#25286e

Complementary Color

#25286e #6e6b25

#25286e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25286e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25286e Color CSS Codes

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

#25286e Text Font Color

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

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


#25286e Background Color

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

This div background color is #25286e


#25286e Border Color

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

This div border color is #25286e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25286e


Comments

No comments written yet.

Please login to write comment.