Color Hex Logo

#252789 Color Hex

#252789
(37,39,137)
0 Favorites   0 Comments

Color spaces of #252789

RGB 3739137
HSL0.660.570.34
HSV239°73°54°
CMYK 0.730.720.00   0.46
XYZ6.00383.650524.0551
Yxy3.65050.17810.1083
Hunter Lab19.106322.6544-61.2726
CIE-Lab22.480633.2634-54.5595

#252789 color RGB value is (37,39,137).

#252789 hex color red value is 37, green value is 39 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #252789 hue: 0.66 , saturation: 0.57 and the lightness value of 252789 is 0.34.

The process color (four color CMYK) of #252789 color hex is 0.73, 0.72, 0.00, 0.46. Web safe color of #252789 is #333399. Color #252789 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100111 10001001
Octal 45 47 211
Decimal 37 39 137
Hex 25 27 89

RGB Percentages of Color #252789

%17.37
%18.31
%64.32

CMYK Percentages of Color #252789

%73
%72
%0
%46

Triadic Colors of #252789

#252789 #892527 #278925

Analogous Colors of #252789

#252789 #552589 #255989

Monochromatic Colors of #252789

#252789

Complementary Color

#252789 #898725

#252789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252789 Color CSS Codes

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

#252789 Text Font Color

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

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


#252789 Background Color

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

This div background color is #252789


#252789 Border Color

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

This div border color is #252789


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,39,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #252789; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #252789;
  -webkit-box-shadow: 1px 1px 3px 2px #252789;
  box-shadow:         1px 1px 3px 2px #252789; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252789


Comments

No comments written yet.

Please login to write comment.