Color Hex Logo

#252489 Color Hex

#252489
(37,36,137)
0 Favorites   0 Comments

Color spaces of #252489

RGB 3736137
HSL0.670.580.34
HSV241°74°54°
CMYK 0.730.740.00   0.46
XYZ5.90923.461224.0235
Yxy3.46120.17700.1036
Hunter Lab18.604324.1386-63.5374
CIE-Lab21.803635.1300-55.6738

#252489 color RGB value is (37,36,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100100 10001001
Octal 45 44 211
Decimal 37 36 137
Hex 25 24 89

RGB Percentages of Color #252489

%17.62
%17.14
%65.24

CMYK Percentages of Color #252489

%73
%74
%0
%46

Triadic Colors of #252489

#252489 #892524 #248925

Analogous Colors of #252489

#252489 #582489 #245589

Monochromatic Colors of #252489

#252489

Complementary Color

#252489 #888924

#252489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252489 Color CSS Codes

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

#252489 Text Font Color

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

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


#252489 Background Color

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

This div background color is #252489


#252489 Border Color

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

This div border color is #252489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252489


Comments

No comments written yet.

Please login to write comment.