Color Hex Logo

#252953 Color Hex

#252953
(37,41,83)
0 Favorites   0 Comments

Color spaces of #252953

RGB 374183
HSL0.650.380.24
HSV235°55°33°
CMYK 0.550.510.00   0.67
XYZ3.11722.60378.5219
Yxy2.60370.21890.1828
Hunter Lab16.13606.2452-20.0176
CIE-Lab18.381211.8512-26.2724

#252953 color RGB value is (37,41,83).

#252953 hex color red value is 37, green value is 41 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #252953 hue: 0.65 , saturation: 0.38 and the lightness value of 252953 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00101001 01010011
Octal 45 51 123
Decimal 37 41 83
Hex 25 29 53

RGB Percentages of Color #252953

%22.98
%25.47
%51.55

CMYK Percentages of Color #252953

%55
%51
%0
%67

Triadic Colors of #252953

#252953 #532529 #295325

Analogous Colors of #252953

#252953 #382553 #254053

Monochromatic Colors of #252953

#252953

Complementary Color

#252953 #534f25

#252953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252953 Color CSS Codes

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

#252953 Text Font Color

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

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


#252953 Background Color

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

This div background color is #252953


#252953 Border Color

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

This div border color is #252953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252953


Comments

No comments written yet.

Please login to write comment.