Color Hex Logo

#252a55 Color Hex

#252A55
(37,42,85)
0 Favorites   0 Comments

Color spaces of #252a55

RGB 374285
HSL0.650.390.24
HSV234°56°33°
CMYK 0.560.510.00   0.67
XYZ3.23062.70518.9462
Yxy2.70510.21710.1818
Hunter Lab16.44726.2789-20.7369
CIE-Lab18.821911.8695-26.9096

#252a55 color RGB value is (37,42,85).

#252a55 hex color red value is 37, green value is 42 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #252a55 hue: 0.65 , saturation: 0.39 and the lightness value of 252a55 is 0.24.

The process color (four color CMYK) of #252a55 color hex is 0.56, 0.51, 0.00, 0.67. Web safe color of #252a55 is #333366. Color #252a55 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101010 01010101
Octal 45 52 125
Decimal 37 42 85
Hex 25 2A 55

RGB Percentages of Color #252a55

%22.56
%25.61
%51.83

CMYK Percentages of Color #252a55

%56
%51
%0
%67

Triadic Colors of #252a55

#252a55 #55252a #2a5525

Analogous Colors of #252a55

#252a55 #382555 #254255

Monochromatic Colors of #252a55

#252a55

Complementary Color

#252a55 #555025

#252a55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252a55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252a55 Color CSS Codes

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

#252a55 Text Font Color

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

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


#252a55 Background Color

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

This div background color is #252a55


#252a55 Border Color

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

This div border color is #252a55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252a55


Comments

No comments written yet.

Please login to write comment.