Color Hex Logo

#252795 Color Hex

#252795
(37,39,149)
0 Favorites   0 Comments

Color spaces of #252795

RGB 3739149
HSL0.660.600.36
HSV239°75°58°
CMYK 0.750.740.00   0.42
XYZ6.91334.014328.8442
Yxy4.01430.17380.1009
Hunter Lab20.035726.5287-71.3312
CIE-Lab23.718737.5132-59.9682

#252795 color RGB value is (37,39,149).

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

The process color (four color CMYK) of #252795 color hex is 0.75, 0.74, 0.00, 0.42. Web safe color of #252795 is #333399. Color #252795 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100111 10010101
Octal 45 47 225
Decimal 37 39 149
Hex 25 27 95

RGB Percentages of Color #252795

%16.44
%17.33
%66.22

CMYK Percentages of Color #252795

%75
%74
%0
%42

Triadic Colors of #252795

#252795 #952527 #279525

Analogous Colors of #252795

#252795 #5b2595 #255f95

Monochromatic Colors of #252795

#252795

Complementary Color

#252795 #959325

#252795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252795 Color CSS Codes

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

#252795 Text Font Color

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

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


#252795 Background Color

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

This div background color is #252795


#252795 Border Color

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

This div border color is #252795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252795


Comments

No comments written yet.

Please login to write comment.