Color spaces of #2875cc
RGB | 40 | 117 | 204 |
---|---|---|---|
HSL | 0.59 | 0.67 | 0.48 |
HSV | 212° | 80° | 80° |
CMYK | 0.80 | 0.43 | 0.00 0.20 |
XYZ | 18.1354 | 17.5333 | 59.5552 |
Yxy | 17.5333 | 0.1905 | 0.1841 |
Hunter Lab | 41.8728 | 4.0322 | -55.0166 |
CIE-Lab | 48.9251 | 8.0005 | -51.6225 |
#2875cc color RGB value is (40,117,204).
#2875cc hex color red value is 40, green value is 117 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #2875cc hue: 0.59 , saturation: 0.67 and the lightness value of 2875cc is 0.48.
The process color (four color CMYK) of #2875cc color hex is 0.80, 0.43, 0.00, 0.20. Web safe color of #2875cc is #3366cc. Color #2875cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 01110101 | 11001100 |
Octal | 50 | 165 | 314 |
Decimal | 40 | 117 | 204 |
Hex | 28 | 75 | CC |
Shades of #2875cc
Tints of #2875cc
RGB Percentages of Color #2875cc
CMYK Percentages of Color #2875cc
Complementary Color
#2875cc | #cc7f28 |
#2875cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2875cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#2875cc Color CSS Codes
.mybgcolor {background-color:#2875cc; } .myforecolor {color:#2875cc; } .mybordercolor {border:3px solid #2875cc; }
#2875cc Text Font Color
<p style="color:#2875cc">Text here</p>
This sample text font color is #2875cc
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.
#2875cc Background Color
<div style="background-color:#2875cc">
Div content here</div>
This div background color is #2875cc
#2875cc Border Color
<div style="border:3px solid #2875cc">
Div here</div>
This div border color is #2875cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,117,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2875cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2875cc; -webkit-box-shadow: 1px 1px 3px 2px #2875cc; box-shadow: 1px 1px 3px 2px #2875cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,117,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #2875cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2875cc; -webkit-box-shadow: 1px 1px 3px 2px #2875cc; box-shadow: 1px 1px 3px 2px #2875cc;">
Div content here</div>
This div box has shadow with color #2875cc
Comments
No comments written yet.
Please login to write comment.