Color Hex Logo

#25019f Color Hex

#25019F
(37,1,159)
0 Favorites   0 Comments

Color spaces of #25019f

RGB 371159
HSL0.700.990.31
HSV254°99°62°
CMYK 0.770.990.00   0.38
XYZ7.03182.918232.9935
Yxy2.91820.16370.0680
Hunter Lab17.082743.5815-102.5544
CIE-Lab19.713355.9636-72.7594

#25019f color RGB value is (37,1,159).

#25019f hex color red value is 37, green value is 1 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #25019f hue: 0.70 , saturation: 0.99 and the lightness value of 25019f is 0.31.

The process color (four color CMYK) of #25019f color hex is 0.77, 0.99, 0.00, 0.38. Web safe color of #25019f is #330099. Color #25019f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 00000001 10011111
Octal 45 1 237
Decimal 37 1 159
Hex 25 1 9F

RGB Percentages of Color #25019f

%18.78
%0.51
%80.71

CMYK Percentages of Color #25019f

%77
%99
%0
%38

Triadic Colors of #25019f

#25019f #9f2501 #019f25

Analogous Colors of #25019f

#25019f #74019f #012c9f

Monochromatic Colors of #25019f

#25019f

Complementary Color

#25019f #7b9f01

#25019f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25019f Color Preview on White Background

Lorem ipsum dolor sit amet.

#25019f Color CSS Codes

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

#25019f Text Font Color

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

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


#25019f Background Color

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

This div background color is #25019f


#25019f Border Color

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

This div border color is #25019f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25019f


Comments

No comments written yet.

Please login to write comment.