Color spaces of #487fcc
RGB | 72 | 127 | 204 |
---|---|---|---|
HSL | 0.60 | 0.56 | 0.54 |
HSV | 215° | 65° | 80° |
CMYK | 0.65 | 0.38 | 0.00 0.20 |
XYZ | 21.1609 | 20.9161 | 60.0486 |
Yxy | 20.9161 | 0.2072 | 0.2048 |
Hunter Lab | 45.7341 | 2.5561 | -45.8335 |
CIE-Lab | 52.8575 | 6.2416 | -45.2928 |
#487fcc color RGB value is (72,127,204).
#487fcc hex color red value is 72, green value is 127 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #487fcc hue: 0.60 , saturation: 0.56 and the lightness value of 487fcc is 0.54.
The process color (four color CMYK) of #487fcc color hex is 0.65, 0.38, 0.00, 0.20. Web safe color of #487fcc is #3366cc. Color #487fcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01001000 | 01111111 | 11001100 |
Octal | 110 | 177 | 314 |
Decimal | 72 | 127 | 204 |
Hex | 48 | 7F | CC |
Shades of #487fcc
Tints of #487fcc
RGB Percentages of Color #487fcc
CMYK Percentages of Color #487fcc
Complementary Color
#487fcc | #cc9548 |
#487fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#487fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#487fcc Color CSS Codes
.mybgcolor {background-color:#487fcc; } .myforecolor {color:#487fcc; } .mybordercolor {border:3px solid #487fcc; }
#487fcc Text Font Color
<p style="color:#487fcc">Text here</p>
This sample text font color is #487fcc
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.
#487fcc Background Color
<div style="background-color:#487fcc">
Div content here</div>
This div background color is #487fcc
#487fcc Border Color
<div style="border:3px solid #487fcc">
Div here</div>
This div border color is #487fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(72,127,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #487fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #487fcc; -webkit-box-shadow: 1px 1px 3px 2px #487fcc; box-shadow: 1px 1px 3px 2px #487fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(72,127,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 #487fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #487fcc; -webkit-box-shadow: 1px 1px 3px 2px #487fcc; box-shadow: 1px 1px 3px 2px #487fcc;">
Div content here</div>
This div box has shadow with color #487fcc
Comments
No comments written yet.
Please login to write comment.