Color Hex Logo

#25248f Color Hex

#25248F
(37,36,143)
0 Favorites   0 Comments

Color spaces of #25248f

RGB 3736143
HSL0.670.600.35
HSV241°75°56°
CMYK 0.740.750.00   0.44
XYZ6.35183.638226.3541
Yxy3.63820.17480.1001
Hunter Lab19.074126.0622-68.5675
CIE-Lab22.437437.2252-58.3692

#25248f color RGB value is (37,36,143).

#25248f hex color red value is 37, green value is 36 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #25248f hue: 0.67 , saturation: 0.60 and the lightness value of 25248f is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 00100100 10001111
Octal 45 44 217
Decimal 37 36 143
Hex 25 24 8F

RGB Percentages of Color #25248f

%17.13
%16.67
%66.20

CMYK Percentages of Color #25248f

%74
%75
%0
%44

Triadic Colors of #25248f

#25248f #8f2524 #248f25

Analogous Colors of #25248f

#25248f #5b248f #24598f

Monochromatic Colors of #25248f

#25248f

Complementary Color

#25248f #8e8f24

#25248f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25248f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25248f Color CSS Codes

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

#25248f Text Font Color

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

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


#25248f Background Color

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

This div background color is #25248f


#25248f Border Color

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

This div border color is #25248f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,36,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25248f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25248f;
  -webkit-box-shadow: 1px 1px 3px 2px #25248f;
  box-shadow:         1px 1px 3px 2px #25248f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25248f


Comments

No comments written yet.

Please login to write comment.