Color spaces of #2875fa
RGB | 40 | 117 | 250 |
---|---|---|---|
HSL | 0.61 | 0.95 | 0.57 |
HSV | 218° | 84° | 98° |
CMYK | 0.84 | 0.53 | 0.00 0.02 |
XYZ | 24.4917 | 20.0758 | 93.0266 |
Yxy | 20.0758 | 0.1780 | 0.1459 |
Hunter Lab | 44.8060 | 19.1604 | -91.7341 |
CIE-Lab | 51.9228 | 25.4024 | -72.6696 |
#2875fa color RGB value is (40,117,250).
#2875fa hex color red value is 40, green value is 117 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #2875fa hue: 0.61 , saturation: 0.95 and the lightness value of 2875fa is 0.57.
The process color (four color CMYK) of #2875fa color hex is 0.84, 0.53, 0.00, 0.02. Web safe color of #2875fa is #3366ff. Color #2875fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 01110101 | 11111010 |
Octal | 50 | 165 | 372 |
Decimal | 40 | 117 | 250 |
Hex | 28 | 75 | FA |
Shades of #2875fa
Tints of #2875fa
RGB Percentages of Color #2875fa
CMYK Percentages of Color #2875fa
Complementary Color
#2875fa | #faad28 |
#2875fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2875fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#2875fa Color CSS Codes
.mybgcolor {background-color:#2875fa; } .myforecolor {color:#2875fa; } .mybordercolor {border:3px solid #2875fa; }
#2875fa Text Font Color
<p style="color:#2875fa">Text here</p>
This sample text font color is #2875fa
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.
#2875fa Background Color
<div style="background-color:#2875fa">
Div content here</div>
This div background color is #2875fa
#2875fa Border Color
<div style="border:3px solid #2875fa">
Div here</div>
This div border color is #2875fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,117,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2875fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2875fa; -webkit-box-shadow: 1px 1px 3px 2px #2875fa; box-shadow: 1px 1px 3px 2px #2875fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,117,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 #2875fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2875fa; -webkit-box-shadow: 1px 1px 3px 2px #2875fa; box-shadow: 1px 1px 3px 2px #2875fa;">
Div content here</div>
This div box has shadow with color #2875fa
Comments
No comments written yet.
Please login to write comment.