Color Hex Logo

#252550 Color Hex

#252550
(37,37,80)
0 Favorites   0 Comments

Color spaces of #252550

RGB 373780
HSL0.670.370.23
HSV240°54°31°
CMYK 0.540.540.00   0.69
XYZ2.87252.29567.8811
Yxy2.29560.22010.1759
Hunter Lab15.15127.3269-20.2345
CIE-Lab16.967813.6411-26.5089

#252550 color RGB value is (37,37,80).

#252550 hex color red value is 37, green value is 37 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #252550 hue: 0.67 , saturation: 0.37 and the lightness value of 252550 is 0.23.

The process color (four color CMYK) of #252550 color hex is 0.54, 0.54, 0.00, 0.69. Web safe color of #252550 is #333366. Color #252550 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100101 01010000
Octal 45 45 120
Decimal 37 37 80
Hex 25 25 50

RGB Percentages of Color #252550

%24.03
%24.03
%51.95

CMYK Percentages of Color #252550

%54
%54
%0
%69

Triadic Colors of #252550

#252550 #502525 #255025

Analogous Colors of #252550

#252550 #3b2550 #253b50

Monochromatic Colors of #252550

#252550

Complementary Color

#252550 #505025

#252550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252550 Color CSS Codes

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

#252550 Text Font Color

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

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


#252550 Background Color

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

This div background color is #252550


#252550 Border Color

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

This div border color is #252550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252550


Comments

No comments written yet.

Please login to write comment.