Color Hex Logo

#252775 Color Hex

#252775
(37,39,117)
0 Favorites   0 Comments

Color spaces of #252775

RGB 3739117
HSL0.660.520.30
HSV239°68°46°
CMYK 0.680.670.00   0.54
XYZ4.69943.128717.1858
Yxy3.12870.18790.1251
Hunter Lab17.688116.4698-45.2245
CIE-Lab20.552125.9626-45.0644

#252775 color RGB value is (37,39,117).

#252775 hex color red value is 37, green value is 39 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #252775 hue: 0.66 , saturation: 0.52 and the lightness value of 252775 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100111 01110101
Octal 45 47 165
Decimal 37 39 117
Hex 25 27 75

RGB Percentages of Color #252775

%19.17
%20.21
%60.62

CMYK Percentages of Color #252775

%68
%67
%0
%54

Triadic Colors of #252775

#252775 #752527 #277525

Analogous Colors of #252775

#252775 #4b2575 #254f75

Monochromatic Colors of #252775

#252775

Complementary Color

#252775 #757325

#252775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252775 Color CSS Codes

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

#252775 Text Font Color

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

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


#252775 Background Color

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

This div background color is #252775


#252775 Border Color

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

This div border color is #252775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252775


Comments

No comments written yet.

Please login to write comment.