Color spaces of #25109e
RGB | 37 | 16 | 158 |
---|---|---|---|
HSL | 0.69 | 0.82 | 0.34 |
HSV | 249° | 90° | 62° |
CMYK | 0.77 | 0.90 | 0.00 0.38 |
XYZ | 7.1198 | 3.2325 | 32.5964 |
Yxy | 3.2325 | 0.1658 | 0.0753 |
Hunter Lab | 17.9792 | 39.2230 | -94.9080 |
CIE-Lab | 20.9520 | 51.4964 | -70.0827 |
#25109e color RGB value is (37,16,158).
#25109e hex color red value is 37, green value is 16 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #25109e hue: 0.69 , saturation: 0.82 and the lightness value of 25109e is 0.34.
The process color (four color CMYK) of #25109e color hex is 0.77, 0.90, 0.00, 0.38. Web safe color of #25109e is #330099. Color #25109e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00010000 | 10011110 |
Octal | 45 | 20 | 236 |
Decimal | 37 | 16 | 158 |
Hex | 25 | 10 | 9E |
Shades of #25109e
Tints of #25109e
RGB Percentages of Color #25109e
CMYK Percentages of Color #25109e
Complementary Color
#25109e | #899e10 |
#25109e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25109e Color Preview on White Background
Lorem ipsum dolor sit amet.
#25109e Color CSS Codes
.mybgcolor {background-color:#25109e; } .myforecolor {color:#25109e; } .mybordercolor {border:3px solid #25109e; }
#25109e Text Font Color
<p style="color:#25109e">Text here</p>
This sample text font color is #25109e
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.
#25109e Background Color
<div style="background-color:#25109e">
Div content here</div>
This div background color is #25109e
#25109e Border Color
<div style="border:3px solid #25109e">
Div here</div>
This div border color is #25109e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,16,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25109e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25109e; -webkit-box-shadow: 1px 1px 3px 2px #25109e; box-shadow: 1px 1px 3px 2px #25109e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,16,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25109e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25109e; -webkit-box-shadow: 1px 1px 3px 2px #25109e; box-shadow: 1px 1px 3px 2px #25109e;">
Div content here</div>
This div box has shadow with color #25109e
Comments
No comments written yet.
Please login to write comment.