Color Hex Logo

#252395 Color Hex

#252395
(37,35,149)
0 Favorites   0 Comments

Color spaces of #252395

RGB 3735149
HSL0.670.620.36
HSV241°77°58°
CMYK 0.750.770.00   0.42
XYZ6.78883.765328.8027
Yxy3.76530.17250.0957
Hunter Lab19.404428.4922-74.4235
CIE-Lab22.879839.8683-61.3528

#252395 color RGB value is (37,35,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100011 10010101
Octal 45 43 225
Decimal 37 35 149
Hex 25 23 95

RGB Percentages of Color #252395

%16.74
%15.84
%67.42

CMYK Percentages of Color #252395

%75
%77
%0
%42

Triadic Colors of #252395

#252395 #952523 #239525

Analogous Colors of #252395

#252395 #5e2395 #235a95

Monochromatic Colors of #252395

#252395

Complementary Color

#252395 #939523

#252395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#252395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#252395 Color CSS Codes

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

#252395 Text Font Color

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

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


#252395 Background Color

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

This div background color is #252395


#252395 Border Color

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

This div border color is #252395


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,35,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 #252395">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #252395


Comments

No comments written yet.

Please login to write comment.