Color spaces of #252cfa
RGB | 37 | 44 | 250 |
---|---|---|---|
HSL | 0.66 | 0.96 | 0.56 |
HSV | 238° | 85° | 98° |
CMYK | 0.85 | 0.82 | 0.00 0.02 |
XYZ | 18.9190 | 9.0968 | 91.2012 |
Yxy | 9.0968 | 0.1587 | 0.0763 |
Hunter Lab | 30.1609 | 59.1859 | -158.1698 |
CIE-Lab | 36.1700 | 67.0668 | -98.5801 |
#252cfa color RGB value is (37,44,250).
#252cfa hex color red value is 37, green value is 44 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #252cfa hue: 0.66 , saturation: 0.96 and the lightness value of 252cfa is 0.56.
The process color (four color CMYK) of #252cfa color hex is 0.85, 0.82, 0.00, 0.02. Web safe color of #252cfa is #3333ff. Color #252cfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00101100 | 11111010 |
Octal | 45 | 54 | 372 |
Decimal | 37 | 44 | 250 |
Hex | 25 | 2C | FA |
Shades of #252cfa
Tints of #252cfa
RGB Percentages of Color #252cfa
CMYK Percentages of Color #252cfa
Complementary Color
#252cfa | #faf325 |
#252cfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#252cfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#252cfa Color CSS Codes
.mybgcolor {background-color:#252cfa; } .myforecolor {color:#252cfa; } .mybordercolor {border:3px solid #252cfa; }
#252cfa Text Font Color
<p style="color:#252cfa">Text here</p>
This sample text font color is #252cfa
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.
#252cfa Background Color
<div style="background-color:#252cfa">
Div content here</div>
This div background color is #252cfa
#252cfa Border Color
<div style="border:3px solid #252cfa">
Div here</div>
This div border color is #252cfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,44,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #252cfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #252cfa; -webkit-box-shadow: 1px 1px 3px 2px #252cfa; box-shadow: 1px 1px 3px 2px #252cfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,44,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #252cfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #252cfa; -webkit-box-shadow: 1px 1px 3px 2px #252cfa; box-shadow: 1px 1px 3px 2px #252cfa;">
Div content here</div>
This div box has shadow with color #252cfa
Comments
No comments written yet.
Please login to write comment.