Color Hex Logo

#252997 Color Hex

#252997
(37,41,151)
0 Favorites   0 Comments

Color spaces of #252997

RGB 3741151
HSL0.660.610.37
HSV238°75°59°
CMYK 0.750.730.00   0.41
XYZ7.14184.213629.7150
Yxy4.21360.17390.1026
Hunter Lab20.527126.1816-71.4594
CIE-Lab24.365437.0002-60.1330

#252997 color RGB value is (37,41,151).

#252997 hex color red value is 37, green value is 41 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #252997 hue: 0.66 , saturation: 0.61 and the lightness value of 252997 is 0.37.

The process color (four color CMYK) of #252997 color hex is 0.75, 0.73, 0.00, 0.41. Web safe color of #252997 is #333399. Color #252997 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101001 10010111
Octal 45 51 227
Decimal 37 41 151
Hex 25 29 97

RGB Percentages of Color #252997

%16.16
%17.90
%65.94

CMYK Percentages of Color #252997

%75
%73
%0
%41

Triadic Colors of #252997

#252997 #972529 #299725

Analogous Colors of #252997

#252997 #5a2597 #256297

Monochromatic Colors of #252997

#252997

Complementary Color

#252997 #979325

#252997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252997 Color CSS Codes

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

#252997 Text Font Color

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

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


#252997 Background Color

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

This div background color is #252997


#252997 Border Color

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

This div border color is #252997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252997


Comments

No comments written yet.

Please login to write comment.